Python Quiz - print + input

Python Quiz - print + input

7th Grade

25 Qs

quiz-placeholder

Similar activities

Python

Python

6th - 7th Grade

21 Qs

Coding and Python Revision

Coding and Python Revision

7th - 10th Grade

21 Qs

Python Quiz 2.1

Python Quiz 2.1

6th - 8th Grade

22 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

Python Assessment

Python Assessment

7th Grade

20 Qs

quiz dasar python

quiz dasar python

1st Grade - University

20 Qs

BZA Python Programming 3

BZA Python Programming 3

6th - 8th Grade

20 Qs

Class 8A Unit 9.1 Python Basic

Class 8A Unit 9.1 Python Basic

6th - 8th Grade

20 Qs

Python Quiz - print + input

Python Quiz - print + input

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Ahmed Gulam

Used 4+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Python used for in programming?

Graphic design

Web development

Scientific research

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a variable in Python?

"Hello"

10

x

print()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you assign a value to a variable in Python?

variable = value

value = variable

assign(variable, value)

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the print() function do in Python?

Perform mathematical operations

Define variables

Capture user input

Display output

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to print the phrase "Hello, World!" in Python?

print("Hello, World!")

print(Hello, World!)

display("Hello, World!")

show "Hello, World!"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you capture user input in Python?

scan()

get_input()

input()

user()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type is the result of the input() function in Python?

Integer

String

Float

Boolean

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?