NEW
Font size
WorksheetsCodeTigers Python 101
Total questions: 10
Worksheet time: 5mins
What programming language are you learning?
Python
Snake
C++
Java
Who created Python?
Vincent Van Gogh
Guido van Rossum
Mark Zuckerberg
The Python Open Source Community
What is Python?
Python is an easy to learn, powerful programming language.
Python is a very useful but difficult to learn programming language.
Both of the above
None of the above.
Which is the latest stable version of Python?
1
2
3
4
Which of these websites was not created using Python?
Youtube
Amazon
Python can be used for?
Web development
Data science & data visualisation
AI & Machine Learning
All of the above
None of the above
Why is Python called Python?
Its named after van Rossum's pet python
The original community members were brainstorming for a name and Python was the final choice
Its named after the BBC Comedy Series Monty Python's Flying Circus
It's simple and elegant like a real Python
Running the print("Hello World") command in Python will result in?
"Hello World"
hello world
Hello World
print("Hello World")
What is the purpose of print() in Python?
Printing your code using a printer
Prints the specified message in the output
This command is not used in Python
I'm not sure
print("Hello", "how are you?") will result in the following?
Hello, how are you?
Hello how are you?
Hellohow are you?
Syntax error
