Python Basic Input/Output

Quiz
•
Computers
•
6th - 10th Grade
•
Hard
Used 64+ times
FREE Resource
Student preview

11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will this python code do?
print("Hello, World")
Display Hello, World
Sent a message to our printer to print Hello, World in a paper
Display "Hello, World"
Nothing its syntax is wrong
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
how do we assign to the variable x a value of 5?
var x = 5;
var x = 5
x = 5
(x) == 5
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Whats wrong with the script below?
print(a+b)
a = 5
b = 10
The program doesn' t now what a and b is.
The print function should be print("a+b")
The print function should be print(a + b)
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
click the correct input statement:
name=int(input("Enter name")
name=input(Enter name)
name=input("Enter your name:")
print=input("Enter your name")
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Assign a string to a variable named food
food=pizza
pizza=food
pizza="food"
food="pizza"
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
why will the following script won't work?
user_input1 = input("Enter a number: ")
user_input2 = input("Enter a second number: ")
print(user_input1 + user_input2)
Because variables cannot be longer than 1 word
Because user_input1 and user_input2 is a string
Because input is an invalid function
Because python will always thing that it has to add 1+2
It will work
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
When we get an input what type of variable is it?Examble:
input_var = input("Input: ")
float
string
int
key
Create a free account and access millions of resources
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade
Discover more resources for Computers
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade