Python2

Python2

8th Grade - University

15 Qs

quiz-placeholder

Similar activities

Python basics

Python basics

9th - 12th Grade

16 Qs

Python outputs

Python outputs

7th - 11th Grade

20 Qs

Python

Python

7th - 8th Grade

12 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Variables, Inputs and Concatenation

Variables, Inputs and Concatenation

9th Grade

16 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Python2

Python2

Assessment

Quiz

Computers

8th Grade - University

Medium

Created by

Opuere Falabi

Used 12+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Change the following line of code to a comment.

print("Hello World")

+print("Hello World")

#print("Hello World")

&print("Hello World")

print("Hello World")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following Python operators is used for variable assignment?

=

+

/

*

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a data type in Python?

Integer

String

Float

Figures

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do we use the float() function for?

To change a value to float

To change a value to a string

To change a value to an integer

None of the Above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code on the Python Shell?

a = 10

b = 2

c = a/b

print(c)

2

4

1

5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code on the python shell 5+3-5?

3

-3

5

-5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of comment can you see below?

#This is a comment

#written in

#more than just one line

Line comment

commenters

comment

Multi Line comment

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?