Search Header Logo

Mastering Python Basics

Authored by Bhoomika Anand

Information Technology (IT)

12th Grade

Used 1+ times

Mastering Python Basics
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: if 5 > 3: print('Yes') else: print('No')?

Maybe

Yes

Definitely not

No

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write a comment in Python?

Use '#' to write a comment in Python.

Use '/* comment */' to write a comment in Python.

Use '/*' to start a comment in Python.

Use '//' to write a comment in Python.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the result of 10 % 3?

0

3

10

1

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for logical AND in Python?

&&

and

||

&

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the if-else statement?

To create loops in programming.

To declare variables in a script.

To control the flow of execution based on a condition.

To define functions in a program.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the expression 2 ** 3?

4

9

8

6

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you check if two variables are equal in Python?

Use '=' to assign values to variables.

Check with '===' for strict equality.

Use '!=' to check for inequality.

Use '==' to check if two variables are equal.

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?