Variables in Python

Variables in Python

Assessment

Flashcard

Computers

University

Hard

Created by

Oscar Vallejos

FREE Resource

Student preview

quiz-placeholder

17 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What are variables in Python?

Back

Containers for storing data values.

2.

FLASHCARD QUESTION

Front

What can a variable name start with?

Back

A letter or an underscore.

3.

FLASHCARD QUESTION

Front

What can a variable name not start with?

Back

A number.

4.

FLASHCARD QUESTION

Front

What characters can a variable name contain?

Back

Alphanumeric characters and underscores.

5.

FLASHCARD QUESTION

Front

Do variable names in Python distinguish between uppercase and lowercase?

Back

Yes, they do.

6.

FLASHCARD QUESTION

Front

What is an example of a string type in Python?

Back

"Hola".

7.

FLASHCARD QUESTION

Front

What is an example of an integer type in Python?

Back

10.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?