Python-Code Right or Wrong

Quiz
•
Computers
•
7th - 8th Grade
•
Medium
Timothy Whiting
Used 26+ times
FREE Resource
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
Similar Resources on Wayground
10 questions
Advanced Python Quiz1

Quiz
•
6th - 8th Grade
15 questions
Y7 Python Mid Point

Quiz
•
7th - 12th Grade
10 questions
Python Basics

Quiz
•
4th - 7th Grade
10 questions
KS4 Programming Techniques (1)

Quiz
•
8th - 10th Grade
10 questions
Quiz programming language

Quiz
•
7th Grade
7 questions
Print Function

Quiz
•
7th Grade
10 questions
Understanding Python Conditional Statements

Quiz
•
7th Grade
14 questions
9.1.5 - Starter Quiz

Quiz
•
7th - 11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
15 questions
Computer Components Video

Interactive video
•
8th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade