NEW
Font size
WorksheetsQuick quizizz Python G7
Total questions: 10
Worksheet time: 5mins
1) What is the name of the programming language we’ve been learning?
Piranha
Pascal
Python
Prolog
If we typed this code into Python: print(6 + 3 * 7),what output would we see on screen?
63
637
16
27
The two windows in Python are called:
The Interactive mode and Script mode windows.
The Left mode and Right mode windows
The Instant mode and Slow mode windows
The Open mode and Close mode windows
Which data type is this value?
3.142
Float
String
Integer
Boolean
Which data type is this value?
String
Integer
String
Float
Boolean
Which data type is this value?
True
Boolean
String
Integer
Float
Which data type is this value?
47
Integer
String
Float
Boolean
Which data type is this value?
“1234”
Float
Interger
String
Boolean
Which data type is this value?
-23
Integer
String
Float
Boolean
How many types of python ?
5
4
2
6
