Font size
WorksheetsPython Data Structures
Total questions: 15
Worksheet time: 17mins
Which data type is it?
string
represents text
integer
represents a whole number
float
represents a number with a decimal point
5
it's a string
it's a float
it's an integer
1.45
it's a string
it's a float
it's an integer
"Hello"
it's a string
it's a float
it's an integer
"10"
it's a string
it's a float
it's an integer
What is the correct way to output "Hello, World!" in Python?
`echo "Hello, World!"`
`print("Hello, World!")`
`printf("Hello, World!")`
`System.out.println("Hello, World!")`
What will be displayed on the screen?
(a)
What will be displayed on the screen?
5
6
x
Error
What will be displayed on the screen?
my_number
1
your_number
ERROR, there's no your_bumber
What will be displayed on the screen?
Kitty
Claudia
name
ERROR
What will happen when we run this program?
What data type is this?
"Hello"
What sign do we need to use to declare a variable?
=
"
'
@
Create a variable name. Store the name "Jenny" in it.
