volume_mute

Understanding Python interpreter

publish date2022/09/30 12:31:00 GMT+10

volume_mute
>>> print("Hello Python interpreter!") 
Hello Python interpreter!

The (1) transparent indicates that you should be using the terminal window, and the (2) transparent is the code you should type in and then execute by pressing ENTER

drag and drop the selected option to the right place or type it instead
>>> prompt
bold text

Correct Answer

(1) >>> prompt
(2) bold text

Reference

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


Quizzes you can take where this question appears