What, if anything, is wrong with the following?
x=input("Type your password: ")
print("You typed " + x)
Python Inputs
Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Gustavo Perez
Used 37+ 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
13 questions
Python Reflect
Quiz
•
8th Grade - University
15 questions
Basic Python Coding
Quiz
•
11th - 12th Grade
8 questions
Intro to Python
Quiz
•
7th - 9th Grade
12 questions
Python Programming Basics
Quiz
•
7th - 11th Grade
14 questions
Y9 - Module 2 - KT1 Python Basics
Quiz
•
9th Grade
12 questions
Python Loops
Quiz
•
9th - 11th Grade
12 questions
Project-Stem Unit 1 python coding
Quiz
•
9th - 12th Grade
10 questions
Basic Programming Concepts Quiz
Quiz
•
9th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
20 questions
Taxes
Quiz
•
9th - 12th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression
Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing
Quiz
•
9th - 12th Grade
10 questions
Identifying equations
Quiz
•
KG - University