What is the first thing to do in print statement?
print some output in
the console
What is result of print(“Hello Tamaraws”)
Hello Tamaraws
It refers to the spaces at the beginning of a code line.
Indentation
Python uses ___ to indicate a block of code.
Indentation
This command instructs Python to
pause the program until the user has typed something and pressed Return/Enter.
Input Command
It is the command that will print some output in the Console.
Print Command