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
13 questions
Program Development - Python: Errors

Quiz
•
8th - 10th Grade
16 questions
Iteration Recap

Quiz
•
8th - 9th Grade
10 questions
Intro to Python

Quiz
•
KG - University
14 questions
Data types and Input

Quiz
•
7th - 9th Grade
10 questions
CỦNG CỐ KIẾN THỨC LỆNH VÀO RA TRONG PYTHON

Quiz
•
10th Grade
10 questions
แบบทดสอบก่อนเรียนภาษาPython

Quiz
•
10th Grade
13 questions
Python Basics (Y9)

Quiz
•
8th - 10th Grade
16 questions
Introduction to Programming (Ch2)

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade