Python

Python

7th Grade

10 Qs

quiz-placeholder

Similar activities

Python - Year 8

Python - Year 8

3rd Grade - University

10 Qs

JavaScript Variables

JavaScript Variables

3rd Grade - University

13 Qs

Latihan

Latihan

7th - 9th Grade

8 Qs

Coding helps to Understand

Coding helps to Understand

6th - 10th Grade

10 Qs

C# lesson10

C# lesson10

1st - 10th Grade

10 Qs

Ստանդարտ ֆունկցիաներ - Python

Ստանդարտ ֆունկցիաներ - Python

7th Grade

10 Qs

Key Concepts 1

Key Concepts 1

5th - 7th Grade

11 Qs

21 Things Basics

21 Things Basics

7th - 8th Grade

10 Qs

Python

Python

Assessment

Quiz

Computers

7th Grade

Practice Problem

Medium

Created by

Enilsa Pinto

Used 2K+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?