Syntax python (mission)

Syntax python (mission)

7th Grade

10 Qs

quiz-placeholder

Similar activities

Python with DataScience

Python with DataScience

7th Grade - University

10 Qs

Hour of Code

Hour of Code

4th Grade - Professional Development

13 Qs

Blues Non-Neg Quiz

Blues Non-Neg Quiz

1st Grade - University

9 Qs

Coding - Beginner Level

Coding - Beginner Level

3rd Grade - University

12 Qs

Building Your First Sprite - Codesters

Building Your First Sprite - Codesters

6th - 8th Grade

12 Qs

Hour of Code ESL

Hour of Code ESL

6th - 8th Grade

14 Qs

Command Line Terms

Command Line Terms

7th - 8th Grade

12 Qs

OCR GCSE Computing 2.5 Programming Languages and IDE

OCR GCSE Computing 2.5 Programming Languages and IDE

KG - Professional Development

10 Qs

Syntax python (mission)

Syntax python (mission)

Assessment

Quiz

Computers

7th Grade

Easy

Created by

Apichaya Wongpetchai

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

OPEN ENDED QUESTION

10 mins • 1 pt

print("Hello my name is Som'

please de bug this code

Evaluate responses using AI:

OFF

Answer explanation

print(“Hello my name is Som”)

2.

OPEN ENDED QUESTION

10 mins • 1 pt

Media Image

please debug this code

Evaluate responses using AI:

OFF

Answer explanation

Media Image

age = 14

if age > 12:

print("You are a teenager.")

else:

print("You are a child.")

3.

OPEN ENDED QUESTION

10 mins • 1 pt

Media Image

please debug this code

Evaluate responses using AI:

OFF

Answer explanation

Media Image

for i in range(1,5):

print(i)

4.

OPEN ENDED QUESTION

10 mins • 1 pt

Media Image

please debug this code

Evaluate responses using AI:

OFF

Answer explanation

name = "Peter"

print(name)

5.

OPEN ENDED QUESTION

10 mins • 1 pt

Media Image

please debug this code

Evaluate responses using AI:

OFF

Answer explanation

Media Image

name = input(“Enter your name: ")

print(“My name is” ,name)

6.

OPEN ENDED QUESTION

10 mins • 1 pt

Media Image

please debug this code

Evaluate responses using AI:

OFF

Answer explanation

Media Image

def greet():

print("Hello!")

print("Hi!")

greet()

7.

OPEN ENDED QUESTION

10 mins • 1 pt

Media Image

Topic: list of python

please debug this code

Evaluate responses using AI:

OFF

Answer explanation

fruits = ["apple", "banana", "mango"]

print(fruits)

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?