Python

Python

7th Grade

10 Qs

quiz-placeholder

Similar activities

Quiz 1 G7

Quiz 1 G7

7th Grade

10 Qs

Python

Python

7th - 8th Grade

10 Qs

Python for Class 7

Python for Class 7

7th - 8th Grade

11 Qs

Python

Python

7th - 8th Grade

13 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

Lesson 1: Introduction to Python

Lesson 1: Introduction to Python

5th - 12th Grade

8 Qs

CodeTigers Python 101

CodeTigers Python 101

KG - Professional Development

10 Qs

Seberapa pengetahuanmu tentang analisis data ? Kita uji kuy !

Seberapa pengetahuanmu tentang analisis data ? Kita uji kuy !

1st - 12th Grade

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