Python Programming Quiz

Python Programming Quiz

University

20 Qs

quiz-placeholder

Similar activities

PHP First Internal Practical Viva

PHP First Internal Practical Viva

University

20 Qs

Quiz on neural network unit II

Quiz on neural network unit II

University

16 Qs

GIS Unit-1

GIS Unit-1

University

15 Qs

Computer Architecture Unit 3

Computer Architecture Unit 3

University

15 Qs

II MCA ASP.NET ONLINE QUIZ

II MCA ASP.NET ONLINE QUIZ

University

15 Qs

IT 209

IT 209

University

15 Qs

IT (data, viruses and more)

IT (data, viruses and more)

8th Grade - Professional Development

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