Python Programming Quiz

Python Programming Quiz

University

33 Qs

quiz-placeholder

Similar activities

Python Quiz II

Python Quiz II

9th Grade - University

30 Qs

Operators and Data types

Operators and Data types

University

32 Qs

Programming Logic & Design

Programming Logic & Design

KG - University

28 Qs

Internship on "ML & DL using Python"

Internship on "ML & DL using Python"

University

35 Qs

Python-предметная олимпиада по программированию

Python-предметная олимпиада по программированию

University

30 Qs

Python Mock

Python Mock

University

30 Qs

String in Python

String in Python

University

36 Qs

Python MCQ for II Sem

Python MCQ for II Sem

University

30 Qs

Python Programming Quiz

Python Programming Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Indhuja A.

Used 1+ times

FREE Resource

33 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Avyaan is learning Python and wants to display a greeting message. What is the correct way for him to print 'Hello, World!' in Python?

echo 'Hello, World!'

print('Hello, World!')

println('Hello, World!')

print('Hello World!')

2.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

During a group project, Ananya noticed that the code written by her team members was difficult to follow. She suggested that they use indentation to make the code clearer. What is the purpose of indentation in Python?

To separate statements

To define code blocks

To indicate comments

To improve readability

3.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Mira is trying to create a variable in her Python program. Which of the following is a valid variable name she can use?

my var

my_var

my-var

2myvar

4.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

How do you create a comment in Python?

# This is a comment

// This is a comment

/* This is a comment */

5.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

During a programming class, Ishaan is learning about different data types in Python. His teacher asks the class, "Which of the following is NOT a built-in data type in Python?"

Array

List

Dictionary

Tuple

6.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Advait wants to create a list of his favorite fruits in Python. What is the correct syntax to create this list?

list = <1, 2, 3>

list = {1, 2, 3}

list = [1, 2, 3]

list = (1, 2, 3)

7.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Sneha has a list of her favorite books in Python. How can she remove a book from her list?

list.clear(item)

list.pop(item)

list.delete(item)

list.remove(item)

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?