wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CodeTigers Python 101

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What programming language are you learning?

a)

Python

b)

Snake

c)

C++

d)

Java

2.

Who created Python?

a)

Vincent Van Gogh

b)

Guido van Rossum

c)

Mark Zuckerberg

d)

The Python Open Source Community

3.

What is Python?

a)

Python is an easy to learn, powerful programming language.

b)

Python is a very useful but difficult to learn programming language.

c)

Both of the above

d)

None of the above.

4.

Which is the latest stable version of Python?

a)

1

b)

2

c)

3

d)

4

5.

Which of these websites was not created using Python?

a)

Google

b)

Youtube

c)

Amazon

d)

Facebook

6.

Python can be used for?

a)

Web development

b)

Data science & data visualisation

c)

AI & Machine Learning

d)

All of the above

e)

None of the above

7.

Why is Python called Python?

a)

Its named after van Rossum's pet python

b)

The original community members were brainstorming for a name and Python was the final choice

c)

Its named after the BBC Comedy Series Monty Python's Flying Circus

d)

It's simple and elegant like a real Python

8.

Running the print("Hello World") command in Python will result in?

a)

"Hello World"

b)

hello world

c)

Hello World

d)

print("Hello World")

9.

What is the purpose of print() in Python?

a)

Printing your code using a printer

b)

Prints the specified message in the output

c)

This command is not used in Python

d)

I'm not sure

10.

print("Hello", "how are you?") will result in the following?

a)

Hello, how are you?

b)

Hello how are you?

c)

Hellohow are you?

d)

Syntax error