Python: Print Function, Data Types, and Variables

Python: Print Function, Data Types, and Variables

6th Grade

20 Qs

quiz-placeholder

Similar activities

Exploring Elastic Energy Experiments

Exploring Elastic Energy Experiments

6th Grade

15 Qs

Amazon FC Tour Quiz

Amazon FC Tour Quiz

6th - 8th Grade

20 Qs

Hand and Power Tool Quiz

Hand and Power Tool Quiz

6th Grade

17 Qs

VEX IQ STEM Labs

VEX IQ STEM Labs

6th - 8th Grade

24 Qs

Arduino based quiz

Arduino based quiz

2nd Grade - University

25 Qs

Microcontroller and Servo Motor Quiz

Microcontroller and Servo Motor Quiz

6th - 8th Grade

24 Qs

Universal Systems Model Vocab Practice

Universal Systems Model Vocab Practice

6th Grade

19 Qs

Quiz

Quiz

6th - 8th Grade

20 Qs

Python: Print Function, Data Types, and Variables

Python: Print Function, Data Types, and Variables

Assessment

Quiz

Engineering

6th Grade

Medium

Created by

OMAR PINEDA

Used 11+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to declare a string variable in Python?

string name = "Hello"

str name = "Hello"

name = "Hello"

name = Hello

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an integer in Python?

3.14

"42"

42

True

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

How do you correctly print the text "Hello, World!" in Python?

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a floating point number?

7

7.0

"7.0"

True

5.

DROPDOWN QUESTION

1 min • 1 pt

What is the boolean value of the expression 5 > 3 in Python?

(a)  

True
False
5
3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correctly named variable in Python?

1st_variable

firstVariable

first-variable

first variable

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What will be the output of the following code: print(3 + 4.5)?

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?