Search Header Logo

Python Input, Output, and Variables Quiz

Authored by Rupinder Kaur

Computers

University

Used 1+ times

Python Input, Output, and Variables Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to take input from the user in Python?

input()

read()

get()

scan()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default data type of the value returned by input() in Python 3?

int

str

float

bool

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to display output on the screen in Python?

display()

show()

print()

output()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? print("Python", "Programming")

PythonProgramming

Python Programming

"Python" "Programming"

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to assign a value to a variable in Python?

x := 10

x = 10

int x = 10

10 = x

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Python?

2value

my-value

my_value

my value

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement will take integer input from the user?

num = input("Enter number: ")

num = int(input("Enter number: "))

num = str(input("Enter number: "))

num = float(input("Enter number: "))

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?