Python Programming Quiz Unit 2

Python Programming Quiz Unit 2

Professional Development

70 Qs

quiz-placeholder

Similar activities

Networking Fundamentals - Part 3

Networking Fundamentals - Part 3

Professional Development

67 Qs

Chapter Summary

Chapter Summary

Professional Development

71 Qs

Guia

Guia

Professional Development

67 Qs

 PPPK TIK TEKNIS PART 1

PPPK TIK TEKNIS PART 1

Professional Development

65 Qs

Soal Pilihan Ganda untuk Flores Timur 2025

Soal Pilihan Ganda untuk Flores Timur 2025

Professional Development

68 Qs

Google Workspace ( Docs, Sheets, Slides, Meet, Sheet Advanced )

Google Workspace ( Docs, Sheets, Slides, Meet, Sheet Advanced )

Professional Development

71 Qs

MB-230 _ Shilpa_March'25

MB-230 _ Shilpa_March'25

Professional Development

65 Qs

Python Programming Quiz Unit 2

Python Programming Quiz Unit 2

Assessment

Quiz

Information Technology (IT)

Professional Development

Hard

Created by

Chayan Bhattacharjee

FREE Resource

70 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, strings are:

Mutable

Immutable

Changeable

Partially mutable

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these creates a multi-line string in Python?

Triple quotes

Double quotes

Single quotes

Curly braces

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does len("Python") return?

5

6

7

Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, lists are:

Immutable

Mutable

Static in size

Immutable but sortable

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to add a single element at the end of a list?

append()

extend()

insert()

add()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to repeat a string in Python?

+

*

%

**

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of "Hello" + "World"?

HelloWorld

Hello World

Hello+World

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?