Print Statement Flashcards

1
Q

What is the first thing to do in print statement?

A

print some output in
the console

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is result of print(“Hello Tamaraws”)

A

Hello Tamaraws

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

It refers to the spaces at the beginning of a code line.

A

Indentation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Python uses ___ to indicate a block of code.

A

Indentation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

This command instructs Python to
pause the program until the user has typed something and pressed Return/Enter.

A

Input Command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

It is the command that will print some output in the Console.

A

Print Command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly