Python   Inputs

Python Inputs

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Intro to Python

Intro to Python

7th - 9th Grade

8 Qs

Основи Python

Основи Python

12th Grade

10 Qs

Python_part2

Python_part2

12th Grade

10 Qs

Python Code Quiz

Python Code Quiz

10th Grade

10 Qs

Programming Constructs_Y10

Programming Constructs_Y10

9th - 12th Grade

10 Qs

Python User Input Quiz

Python User Input Quiz

6th Grade - University

10 Qs

Input and Output Operations in Python

Input and Output Operations in Python

6th - 10th Grade

11 Qs

Python Inputs

Python Inputs

6th - 10th Grade

11 Qs

Python   Inputs

Python Inputs

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

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

print

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?

print

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?