Python Inputs

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Gustavo Perez
Used 39+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What, if anything, is wrong with the following?
x=input("Type your password: ")
print("You typed " + x)
The variable should be switched with the input command
You can't use + in print statements
You can't print x
Nothing is wrong
2.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What can be used to store information and values so that it can be used later?
Graphic
Variable
output
3.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What, if anything, is wrong with the following?
x=input("Type your password: ")
print("You typed", x)
The variable should be switched with the input command
You can't use commas in print statements
You can't print x
Nothing is wrong
4.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What, if anything, is wrong with the following?
input=x("Type your password: ")
print(x)
The variable should be switched with the input command
Input commands don't need ( )
You can't print x
Nothing is wrong
5.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What is the word (command) used to display numbers and text on the screen?
show
output
command
6.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
name=input("What is your name? ")
print("Your name is " + name)
What will be displayed if the user types in "Bob"?
Your name is name
name
Bob
Your name is Bob
7.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What would print (10 + 16) produce?
10
16
24
26
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Programming - What Do I Know?

Quiz
•
7th - 9th Grade
16 questions
Algorithm Design

Quiz
•
10th Grade
12 questions
Python Unit 2 Quiz 2

Quiz
•
9th - 12th Grade
11 questions
Input and Output devices

Quiz
•
KG - University
15 questions
Basic Python Coding

Quiz
•
11th - 12th Grade
16 questions
Flow charts and pseudo code

Quiz
•
9th - 11th Grade
15 questions
ASK F2 -KOD ARAHAN (PYTHON)

Quiz
•
1st Grade - University
16 questions
Python - Variables and Input

Quiz
•
1st - 10th 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
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

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

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade