Python-Code Right or Wrong

Python-Code Right or Wrong

7th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Cyber Security KS4

Cyber Security KS4

8th - 12th Grade

15 Qs

UH MENGENAL MS.WORD

UH MENGENAL MS.WORD

7th Grade

10 Qs

Informatika

Informatika

6th - 8th Grade

10 Qs

Review Komputer Mid SMP (1)

Review Komputer Mid SMP (1)

8th Grade

15 Qs

Scratch

Scratch

KG - Professional Development

10 Qs

Adventure game project

Adventure game project

7th - 8th Grade

12 Qs

What is a program slides(6:16)

What is a program slides(6:16)

8th - 12th Grade

10 Qs

ข้อมูลและการประมวลผลข้อมูล

ข้อมูลและการประมวลผลข้อมูล

7th Grade

15 Qs

Python-Code Right or Wrong

Python-Code Right or Wrong

Assessment

Quiz

Computers

7th - 8th Grade

Practice Problem

Medium

Created by

Timothy Whiting

Used 26+ 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

30 sec • 1 pt

Which of the following Python code is correct?

age = input ("What is your age? ")

age=input ("What is your age? ")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following Python code is correct?

if age>=18

print(You are old enough to vote)

if age>=18:

print("You are old enough to vote")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following Python code is correct?

age=int(input("How old are you? "))

age=int(input("How old are you? ")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following Python code is correct?

if age>=18:

print("Congrats! You are old enough to vote!!")

else:

print("You are NOT old enough to vote. Sorry Charlie")

else:

print("You are NOT old enough to vote. Sorry Charlie")

if age>=18:

print("Congrats! You are old enough to vote!!")

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following Python code is correct?

ans1=input What is the capital of Texas?

ans1=input("What is the capital of Texas? ")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following Python code is correct?

while ans1!="Austin":

print("No, try...try again")

ans1=input("What is the capital of Texas? ")

while ans1!="Austin":

print("No, try...try again")

ans1 ("What is the capital of Texas? ")

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following Python code is correct?

while counter<13:

product = counter * 9

print(str(counter) + " x 9 = " + str(product))

while counter<13:

product = counter * 9

print(counter) + " x 9 = " +(product))

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

Already have an account?