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