Search Header Logo

Python Basics Quiz for Year 9

Authored by peter allsop

Information Technology (IT)

9th Grade

Used 1+ times

Python Basics Quiz for Year 9
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a valid variable name in Python?

2number

number_2

number-2

number 2

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What data type will the variable `age` have after this code runs? ```python age = 15 ```

str

float

int

bool

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is used to get input from the user in Python?

print()

input()

scan()

read()

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be the output of the following code? ```python print("Hello, World!") ```

Hello, World!

"Hello, World!"

print("Hello, World!")

Hello World

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is NOT a built-in data type in Python?

int

float

string

list

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the value of `result` after this code runs? ```python result = 3.5 + 2 ```

5.5

7

3.5

2

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you display the value of a variable called `score` in Python?

display(score)

print(score)

show(score)

output(score)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?