Python: Data Types and Variable Declarations

Python: Data Types and Variable Declarations

6th Grade

16 Qs

quiz-placeholder

Similar activities

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

Python Basics

Python Basics

KG - University

16 Qs

Basic Python

Basic Python

6th - 8th Grade

15 Qs

Beginner Python vocabulary

Beginner Python vocabulary

6th Grade

20 Qs

Python: Escape Sequences, Input(), Variables, Math and Numbers

Python: Escape Sequences, Input(), Variables, Math and Numbers

6th Grade

20 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Python: Data Types and Variable Declarations

Python: Data Types and Variable Declarations

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Kyd Tantano Masong

Used 99+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which data type is used to store whole numbers in Python?

float

integer

string

boolean

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you declare a variable in Python?

var x = 5

int x = 5

x = 5

declare x = 5

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

my_variable

_variable

1_variable

variable_1

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the result of the following expression: 5 + 2.0?

7

7.0

5.2

52

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which data type is used to store a sequence of characters in Python?

integer

boolean

float

string

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you concatenate two strings in Python?

str1.add(str2)

str1.concat(str2)

str1 + str2

concat(str1, str2)

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the result of the expression: 10 / 3?

3

3.3333333333333335

3.0

3.333

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?