Python Variables

Python Variables

8th Grade

10 Qs

quiz-placeholder

Similar activities

Coding Quiz

Coding Quiz

6th - 10th Grade

15 Qs

Grade 8 - Starter

Grade 8 - Starter

8th Grade

10 Qs

Code.org (Introdução à programação)

Code.org (Introdução à programação)

5th - 9th Grade

12 Qs

Python with DataScience

Python with DataScience

7th Grade - University

10 Qs

ESSAI PTS TIK

ESSAI PTS TIK

8th Grade

11 Qs

8-klass 2-sherek

8-klass 2-sherek

8th Grade

15 Qs

Desafio Santarenzinho

Desafio Santarenzinho

KG - University

11 Qs

ใบงานที่ 4 ทําความรู้จักกับภาษาไพทอน

ใบงานที่ 4 ทําความรู้จักกับภาษาไพทอน

8th Grade

15 Qs

Python Variables

Python Variables

Assessment

Quiz

Computers

8th Grade

Practice Problem

Hard

Created by

Joseph Andrada Advincula

Used 29+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

String

Float

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:

Integer, float, string

Numeric, string, Boolean

function, value, name

name, type, value

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

a print statement

A monitor

The computer Display

The keyboard to type it

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Python Python

Python 2 Python 2

Python*2 Python*2

PythonPython

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)

studentNum =80

print("studentNum")

grade = 98.7

letterGrade = "A+"

print(str(grade) + letterGrade

print("Hello World!")

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?