Python Variables

Python Variables

6th Grade

10 Qs

quiz-placeholder

Similar activities

Python Statements

Python Statements

5th - 7th Grade

10 Qs

Python basics

Python basics

6th - 8th Grade

15 Qs

Python Programming

Python Programming

5th Grade - University

15 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

Semester Exam

Semester Exam

6th - 8th Grade

10 Qs

Printing in Python

Printing in Python

6th - 10th Grade

12 Qs

Python Basic

Python Basic

6th - 8th Grade

10 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Python Variables

Python Variables

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Pedro Munoz-Rodriguez

Used 99+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of data is the following?: X = "195.67"

Float

String

Boolean

Integer

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of variable is the following?: Y = False

Float

String

Integer

Boolean

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following Python program print?

X = "Hello World!"

Y = "I can code "

Z = " In Python"

print( X + Y + Z)

Hello World! I can code In Python

Hello World!I can code In Python

Hello World! I can codeIn Python

Hello World!I can code In Python

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variables have three things:

Numeric, string, Boolean

Integer, float, string

name, type, value

function, value, name

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you want to print something to the screen you should use

The keyboard to type it

The computer Display

A monitor

a print statement

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print("Python " * 3); will print out what

Python 3 Python 3 Python 3

Python Python Python

PythonPythonPython

Python*3 Python*3 Python*3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one to the following Python programs will not run?

num = 4

greeting = "Hello"

print(num + greeting)

grade = 98.7

letterGrade = "A+"

print(str(grade) + letterGrade

studentNum =80

print("studentNum")

print("Hello World!")

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?