Python Function - 3

Python Function - 3

12th Grade

20 Qs

quiz-placeholder

Similar activities

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

Python Recap

Python Recap

9th - 12th Grade

15 Qs

Variable Scope in Python

Variable Scope in Python

1st Grade - Professional Development

15 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python - List and Tuples

Python - List and Tuples

11th - 12th Grade

20 Qs

String Quiz

String Quiz

9th - 12th Grade

15 Qs

Basic Python Coding

Basic Python Coding

9th - 12th Grade

20 Qs

Python Function - 3

Python Function - 3

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Bessie Carl

Used 37+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output of the following Python code?

Hello World!

Hello World!

'Hello World!'

'Hello World!'

Hello

Hello

None of the mentioned

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will be the output of the following Python code?

3

4

4 is maximum

None of the mentioned

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will be the output of the following Python code?

x is 50

Changed local x to 2

x is now 50

x is 50

Changed local x to 2

x is now 2

x is 50

Changed local x to 2

x is now 100

None of the mentioned

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will be the output of the following Python code?

x is 50

Changed global x to 2

Value of x is 50

x is 50

Changed global x to 2

Value of x is 2

x is 50

Changed global x to 50

Value of x is 50

None of the mentioned

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will be the output of the following Python code?

Hello

WorldWorldWorldWorldWorld

Hello

World 5

Hello

World,World,World,World,World

Hello

HelloHelloHelloHelloHello

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will be the output of the following Python code?

a is 7 and b is 3 and c is 10

a is 25 and b is 5 and c is 24

a is 5 and b is 100 and c is 50

a is 3 and b is 7 and c is 10

a is 5 and b is 25 and c is 24

a is 50 and b is 100 and c is 5

a is 3 and b is 7 and c is 10

a is 25 and b is 5 and c is 24

a is 100 and b is 5 and c is 50

None of the mentioned

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will be the output of the following Python code?

2

3

The numbers are equal

None of the mentioned

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?