PYTHON FUNCTION

PYTHON FUNCTION

University

20 Qs

quiz-placeholder

Similar activities

Python Programming II CSE A

Python Programming II CSE A

12th Grade - University

20 Qs

PSP Module-4

PSP Module-4

University

20 Qs

Assignment 2(CIVIL)

Assignment 2(CIVIL)

University

25 Qs

Web Development Quiz

Web Development Quiz

University

19 Qs

PY-BUILD

PY-BUILD

University

20 Qs

Python Quiz - BPLCK105B

Python Quiz - BPLCK105B

University

20 Qs

Python revision

Python revision

10th Grade - University

15 Qs

Python Intro

Python Intro

University

15 Qs

PYTHON FUNCTION

PYTHON FUNCTION

Assessment

Quiz

Computers

University

Medium

Created by

Darwin Vargas

Used 12+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to define a function in Python?

function myFunction():

def myFunction:

def myFunction():

define myFunction():

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following code?

Hello, World!

Error

my_function

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to call a function named myFunction?

call myFunction()

myFunction()

myFunction(call)

call myFunction

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does the following code output?

2

3

5

error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you return multiple values from a function?

By separating them with a comma

By using a list

By using a dictionary

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

8

12

16

error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does the following code output?

5

10

15

error

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?