Python-3

Python-3

1st - 4th Grade

10 Qs

quiz-placeholder

Similar activities

Python for loop

Python for loop

4th - 12th Grade

12 Qs

Technology Procedures

Technology Procedures

3rd - 8th Grade

9 Qs

Python-basics

Python-basics

1st - 4th Grade

14 Qs

for---Loop

for---Loop

3rd Grade - University

13 Qs

variable

variable

KG - 5th Grade

11 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python3

Python3

4th Grade - University

10 Qs

Intro to Python

Intro to Python

KG - University

10 Qs

Python-3

Python-3

Assessment

Quiz

Computers

1st - 4th Grade

Hard

Created by

afnan amin

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To make a comment in Python we use

//

/*

*/

#

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

name="Ahmed Ali Mohammed"

if we want to ONLY print ("Moha") what will we write ?

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x=10

print(x%3) the Output will be

0

3

1

2

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x=5

print(x//2)

2.5

2

3

error

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

How to write in python 3 exponential 2?

(Please don't use variables write 3 exponential 2 in print ())

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

x=4

If we want to take the value of x from console screen what should we write?

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code generate ?

name="Asmaa"

print(" My name is "+name+"My age is " + 14)

My name is Asmaa My age is 14

My name is name My age is 14

error

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?