Search Header Logo

PYTHON-MCQ

Authored by Senthil R

Mathematics

University

Used 4+ times

PYTHON-MCQ
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 keyword is used for function in Python language?

Function

Fun

Define

def

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a mutable data type in Python?

String

Integer

List

Tuple

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following functions is a built-in function in python?

factorial()

print()

seed()

sqrt()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python expression if x=56.236?

print("%.2f"%x)

56.236

56.23

56.00

56.24

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

len(["hello",2, 4, 6])

error

6

4

3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

print("abc. DEF".capitalize())

Abc. def

abc. def

Abc. Def

ABC. DEF

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

  1. >>>list1 = [1, 3]

  2. >>>list2 = list1

  3. >>>list1[0] = 4

  4. >>>print(list2)

[1, 4]

[1, 3, 4]

[4, 3]

[1, 3]

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?