Font size
S
M
L
XL
WorksheetsPYTHON
Total questions: 9
Worksheet time: 6mins
Name
Class
Date
1.
What is the extention for a Python file?:)
a)
.txt
b)
.py
c)
.(*-*)
d)
.jpg
2.
How do you type hello in python shell (2 answers)
(a)
3.
Which 2 answers are incorrect
a)
print('HI")
b)
input('''this contiues
''')
c)
answer == 0
d)
if answer == 0:
4.
import a common module
(a)
5.
how do you avoid getting an error which sometimes appears
a)
use
try:
except #name of error:
b)
fixing your code
c)
deleting your code
d)
forget about it
6.
which extention files are true
a)
(*.*)
b)
.wav
c)
.svg
d)
.idle
7.
what is a .png file
(a)
8.
is import pgzrun a correct thing(answer true or false)
(a)
9.
what is a integer
a)
a number with a decimal point
b)
a number without a decimal point
c)
you can use the function int()
d)
a incorrect spelling for integar
Reset
