Search Header Logo

Python 1

Authored by Mahesh Shinge

Computers

University

Used 7+ times

Python 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to indicate comments in Python?

//

#

/

<!--

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

variable_name = value

variable_name <- value

value = variable_name

variable_name : value

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, variables are:

Declared with a specific data type

Implicitly typed

Declared using the 'var' keyword

Only allowed in functions

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

_myVar

123_var

My-Var

myVar2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of this code?

5

10

15

The code will raise an error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the data type of the variable in this code?

int

float

str

bool

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of this code?

Greater than 5

Less than or equal to 5

10

The code will raise an error

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?

Discover more resources for Computers