Search Header Logo

Python Programming Quiz

Authored by Godwin Promise

Information Technology (IT)

9th - 12th Grade

Python Programming Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct way to declare a Python variable?

var x = 5

#x = 5

$x = 5

x = 5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: You can declare string variables with single or double quotes.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: Variable names are not case-sensitive.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is NOT a legal variable name?

my-var

my_var

Myvar

_myvar

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct syntax to add the value 'Hello World', to 3 variables in one statement?

x, y, z = 'Hello World'

x = y = z = 'Hello World'

x|y|z = 'Hello World'

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Insert the correct syntax to convert x into a floating point number.

float

int

str

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Insert the correct syntax to convert x into an integer.

int

float

str

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?