Python Programming Quiz

Python Programming Quiz

University

13 Qs

quiz-placeholder

Similar activities

Kuis Uji Pemahaman Python Variabel, Sintaks Dasar, Type Data

Kuis Uji Pemahaman Python Variabel, Sintaks Dasar, Type Data

11th Grade - University

16 Qs

Web aplikacije - uvodne vježbe

Web aplikacije - uvodne vježbe

University

12 Qs

Selection Programming_If condition

Selection Programming_If condition

8th Grade - University

15 Qs

Kiến thức về hàm print() trong Python

Kiến thức về hàm print() trong Python

2nd Grade - University

9 Qs

Python Programming Competition

Python Programming Competition

University

12 Qs

Quiz Meet 3 Mini SC Programing

Quiz Meet 3 Mini SC Programing

University

10 Qs

Week2 上周知识点回顾

Week2 上周知识点回顾

University

10 Qs

Bài 30

Bài 30

10th Grade - University

15 Qs

Python Programming Quiz

Python Programming Quiz

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

Darren Hong

Used 3+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the correct way to define a function in Python?

function myFunc():

def myFunc():

func myFunc():

define myFunc():

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which data type is immutable in Python?

List

Dictionary

String

Set

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to check if "apple" exists as a key in fruits = {"apple": 1, "banana": 2}?

"apple" in fruits

fruits.has_key("apple")

"apple" exists in fruits

if fruits("apple"):

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the output of bool([]) in Python?

True

False

None

Error

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which statement is used to handle exceptions in Python?

catch

try-except

error

handle

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the result of 3 * "Python"?

"PythonPythonPython"

["Python", "Python", "Python"]

Error

("Python", "Python", "Python")

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Is Python a case-sensitive language?

Yes

No

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?