Python Programming Quiz

Python Programming Quiz

University

20 Qs

quiz-placeholder

Similar activities

Python and data processing test

Python and data processing test

University

16 Qs

SE. U3.1.3-Taller Emulación de RaspBian OS

SE. U3.1.3-Taller Emulación de RaspBian OS

University

15 Qs

Cybernaut Analysis

Cybernaut Analysis

University

15 Qs

CAD

CAD

University

15 Qs

Kiểu dữ liệu xâu kí tự trong Python

Kiểu dữ liệu xâu kí tự trong Python

10th Grade - University

18 Qs

OOP - Quiz

OOP - Quiz

University

15 Qs

Тест з програмування на Python

Тест з програмування на Python

12th Grade - University

15 Qs

PYTHON-QUIZ-2023

PYTHON-QUIZ-2023

University

17 Qs

Python Programming Quiz

Python Programming Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Navitha Gunalan

Used 1+ times

FREE Resource

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

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?