Search Header Logo

Variables in Python

Authored by Mr. So

Computers

8th Grade

Used 369+ times

Variables in Python
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the following code:

name = "John"

age = 23

What type of data is stored in the variable name?

str

int

float

nothing

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the following code:

name = "John"

age = 23

What type of data is stored in the variable age?

str

int

float

nothing

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the following code:

name = "John"

age = "23"

What type of data is stored in the variable age?

str

int

float

nothing

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If I want to store my height in a variable, which of the following would be a good variable name in best practice?

abcdefg

inches

number

height

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If I want to store my name in a variable, which of the following would be a good variable name in best practice?

name

teacher

mister

abcdef

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If I want to store multiple names in variables, which of the following would be good variable names in best practice?

a

b

c

name1

name2

name3

Audrey

Ben

John

blah1

blah2

blah3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the following code:

age = "23"

age = int(age)


What does the int() function do to the data in my variable?

does nothing

changes the string to a float

changes the number to a string

changes the string to an integer

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

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?