Python Overview Flashcards
1
Q
What plays a very crucial role in Python Programming?
A
Identation
2
Q
To close Python IDLE what key combination we have to press?
A
crtl+D
3
Q
If you don’t want your answer immediately what mode should you open?
A
Script mode( go to file and then click on New File)
4
Q
What you do when you have open the file?
A
First open the IDLE file then go to file Option click on open then select the file or type the file name you want to open. Then finally click the open button.
5
Q
What you have to do to run the file?
A
First of all save the file with py extension then click F5 button or go to run option.
6
Q
Your output will be printed on which window?
A
IDLE Window.