volume_mute
Python interpreter
publish date: 2022/09/30 12:13:00 GMT+10
volume_mute>>> print("Hello Python interpreter!")
Hello Python interpreter!
You can run Python’s interpreter in a terminal window, allowing you to try bits of Python code without having to save and run an entire program.
Correct Answer
True
Reference
Python Crash Course, 2nd edition, ERIC MATTHES, no starch press, 2019