Syntax python (mission)

Syntax python (mission)

7th Grade

10 Qs

quiz-placeholder

Similar activities

HTML and HTML Structure

HTML and HTML Structure

5th - 8th Grade

12 Qs

Kodu - Year 7

Kodu - Year 7

5th - 10th Grade

10 Qs

Javascript Assessment

Javascript Assessment

6th - 8th Grade

15 Qs

Scratch - Lesson 3 - Creating game

Scratch - Lesson 3 - Creating game

6th - 12th Grade

12 Qs

Computing Fundamentals with Micro:Bit Quiz

Computing Fundamentals with Micro:Bit Quiz

6th - 8th Grade

6 Qs

Advanced Python Quiz1

Advanced Python Quiz1

6th - 8th Grade

10 Qs

3.1-basic-CSS-review

3.1-basic-CSS-review

7th Grade - Professional Development

10 Qs

Intro to Python Test

Intro to Python Test

3rd - 12th Grade

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