Python2

Python2

8th Grade - University

15 Qs

quiz-placeholder

Similar activities

Java Chapter 1 CS2

Java Chapter 1 CS2

9th - 12th Grade

16 Qs

PYTHON PRACTICE 1

PYTHON PRACTICE 1

8th Grade

18 Qs

Coding Basics

Coding Basics

9th - 12th Grade

20 Qs

Python Beginner

Python Beginner

9th - 10th Grade

16 Qs

Python grade 8

Python grade 8

8th Grade

20 Qs

Python while loops

Python while loops

12th Grade

20 Qs

Quiz on Java

Quiz on Java

University

20 Qs

Y8 Spring Assessment

Y8 Spring Assessment

8th Grade

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