Python

Python

7th Grade

10 Qs

quiz-placeholder

Similar activities

worksheet python

worksheet python

7th Grade

13 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Python Statements

Python Statements

5th - 7th Grade

10 Qs

Python coding

Python coding

7th - 8th Grade

15 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python

Python

7th - 9th Grade

12 Qs

Python basics

Python basics

6th - 8th Grade

15 Qs

Python Basics

Python Basics

6th - 12th Grade

9 Qs

Python

Python

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Enilsa Pinto

Used 2K+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Python is a

text language

database language

programming language

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Python has a simple syntax similar to the

coding language

english language

spanish language

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Code for Hello, World!

print Hello, World!

print("Hello, World!)

print("Hello, World!")

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Code for

Five is greater than two!

if 5 > 2:

print("Five is greater than two!")

if 5 = 2:

print("Five is greater than two!")

if 5 > 2: Print("Five is greater than two!")

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Code for

257

Hello, World!

x = 257

y = "Hello, World!"


print(y)

print(x)

x = 257

y = "Hello, World!"


print(x)

print(y)

x = 257

y = Hello, World!


print x

print y

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Insert the missing part of the code below to output

_________________ "My name is ".

Print

PRINT

print

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Comments in Python are written with a special character, which one?

brackets

hashtag

coma

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?