Worksheets1.3 Basic Concatenation
Total questions: 10
Worksheet time: 5mins
Which word means a series of interconnected things?
Condogenation
Concatenation
Conbirdenation
Conrabbitenation
Where's the mistake in this code?
Missing speech mark on first string
Missing speech mark on second string
misspelling of string
Missing spelling on quiz
How many strings in this code?
1
2
3
4
The strings in this code are joined by what?
a "+" symbol
an "=" symbol
a string
an output
What's this an example of?
Joining three sentences together
Printing one string
Concatenation
Using a variable
What will this code do?
Nothing...there's a mistake in it
Input ("This is a Python quizziz")
Print ("This is a Python quiz")
Print ("This is a Python quizziz")
Where's the mistake in this code?
Incorrect spelling of print
Missing speech marks on "the stadium"
Missing speech marks on "people"
Missing "str" before the numbers
Where's the error in this code?
Python can't add numbers
Missing "+" sign
Missing "str" before the numbers
Missing brackets
What does the "str" in this code stand for?
String
Stand
Stressed
Stranded
What will this code print?
The Stadium of Light has a capacity of
Nothing - there's a mistake in the code
The Stadium of Light has a capacity of 24500 people
The Stadium of Light has a capacity of 49000 people
