Foundation • Quiz 1
Python Basics Quiz
Are you ready?
9 questions to answer
Python was created by...
Python was influenced by which of the following languages?
How to output stuff in Python?
In the code below, what is the text 'Hello'
called with respect to the function print()
?
print('Hello')
Division in Python is done using which of the following symbols?
What does
5 % 3
In the following code, what is x
called?
x = 10
How to receive input from the user in Python?
What is meant by string concatenation?
Computing score...