Search Header Logo

Python DAY 4Quiz

Authored by ABINAYA 2022-2026

Computers

University

Used 1+ times

Python  DAY 4Quiz
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

How can you pass a variable number of arguments to a function?

Using args

Using kwargs

Using ar

Both args and kwargs

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the return statement in a function?

To end the function execution

To write a function

To specify the return value of the function

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following function signatures is invalid in Python?

def func(a, b=2, c=3):

def func(a, b, c=3):

def func(a=1, b, c=3):

def func(a, b=2, c=3, *args):

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a lambda function in Python?

A named function

A small anonymous function

A recursive function

A type of loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you specify a default value for a function parameter?

def func(param=default):

def func(param:default):

def func(param default):

def func(param-default):

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid string method in Python?

find()

replace()

append()

strip()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? python print("Hello, World!"[7])

H

W

o

,

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