Python Programming Quiz

Python Programming Quiz

University

20 Qs

quiz-placeholder

Similar activities

Network topologies

Network topologies

8th Grade - University

20 Qs

Software Engineering Quiz 1

Software Engineering Quiz 1

University

20 Qs

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

Python List

Python List

4th Grade - University

15 Qs

QUIZ BAB 4: SISTEM OPERASI

QUIZ BAB 4: SISTEM OPERASI

8th Grade - University

20 Qs

Round 1 ( RHA Learner Contest )

Round 1 ( RHA Learner Contest )

University

20 Qs

1.1.1 The structure and function of the processor

1.1.1 The structure and function of the processor

11th Grade - University

15 Qs

Python MCQ

Python MCQ

University

20 Qs

Python Programming Quiz

Python Programming Quiz

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Navitha Gunalan

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct extension for Python files?

.py

.python

.pyt

.pt

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid variable name in Python?

my_variable

2nd_variable

variable_2

_variable

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, which keyword is used to define a function?

define

def

function

func

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python expression? print(2 ** 3)

6

8

9

16

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

int

float

real

str

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to remove the last item from a list?

remove()

pop()

delete()

discard()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? x = [1, 2, 3] y = x y.append(4) print(x)

[1, 2, 3]

[1, 2, 3, 4]

[1, 2, 4]

Error

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