Python2

Python2

8th Grade - University

15 Qs

quiz-placeholder

Similar activities

KODEKIDDO HACK #MLH3

KODEKIDDO HACK #MLH3

4th Grade - University

10 Qs

PYTHON BASIC 1 - 5

PYTHON BASIC 1 - 5

12th Grade

20 Qs

S3 Python 1

S3 Python 1

8th - 10th Grade

12 Qs

Introduction to Python

Introduction to Python

University

20 Qs

Basic Python

Basic Python

University

20 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

Python Intro

Python Intro

7th - 8th Grade

12 Qs

Python - Week 1

Python - Week 1

8th - 10th Grade

10 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?