Python   Inputs

Python Inputs

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Project-Stem Unit 1 python coding

Project-Stem Unit 1 python coding

9th - 12th Grade

12 Qs

Python Recap Challenge

Python Recap Challenge

10th Grade

13 Qs

Python Re-Cap

Python Re-Cap

7th - 9th Grade

16 Qs

Python Variables and Properties

Python Variables and Properties

7th - 12th Grade

8 Qs

Coding 1 - Review 1

Coding 1 - Review 1

9th - 12th Grade

10 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Functions in Python

Functions in Python

9th - 12th Grade

16 Qs

Python - Loops & Lists

Python - Loops & Lists

7th - 11th Grade

15 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?