Search Header Logo

Python Quiz

Authored by sravani musunuri

Professional Development

Used 1+ times

Python Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

What is the correct file extension for Python files?

.py

.python

.pyt

.txt

2.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

How do you check the Python version installed on your system?

python --check

python --version

check python

py version

3.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Which command is used to run a Python script?

python script.py

execute script.py

start script.py

4.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

What will the following code print?

print("Hello, World!")

Hello

World

Hello, World!

Error

5.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

What is the correct way to declare a variable in Python?

int x = 10

x = 10

var x = 10

declare x = 10

6.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

What is the data type of x in the following code?

x = 3.14

int

float

str

bool

7.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

What is the output of the following?

print(type("Hello"))

float

str

int

bool

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

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?