volume_mute

Python interpreter

publish date2022/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.

True
False

Correct Answer

True

Reference

Python Crash Course, 2nd edition, ERIC MATTHES, no starch press, 2019


Quizzes you can take where this question appears