The Code Hunter Quiz

The Code Hunter Quiz

University

20 Qs

quiz-placeholder

Similar activities

Bài 29

Bài 29

10th Grade - University

15 Qs

Python for loop/lists

Python for loop/lists

9th Grade - University

15 Qs

Mid Exam

Mid Exam

12th Grade - University

20 Qs

Python Challenge

Python Challenge

University

15 Qs

Quiz tentang Google Colab

Quiz tentang Google Colab

10th Grade - University

20 Qs

G9-Introduction to Python Programming

G9-Introduction to Python Programming

9th Grade - University

25 Qs

2F-3 | Python Quiz | 14/11/2024

2F-3 | Python Quiz | 14/11/2024

University

20 Qs

Quiz sobre el ornitorrinco y la programación

Quiz sobre el ornitorrinco y la programación

8th Grade - University

15 Qs

The Code Hunter Quiz

The Code Hunter Quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

bekah samuel

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

1variable

variable1

variable-1

variable.1

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is an immutable data type in Python?

list

dictionary

set

tuple

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which operator is used for exponentiation in Python?

%

**

^

//

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What keyword is used to define a function in Python?

def

function

func

lambda

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Given the dictionary my_dict = {'letters': ['a', 'b', 'c']}, how would you access the element 'b'?

my_dict['letters'][0]
my_dict['letters'][2]
my_dict['letters'][1]
my_dict['letters'][3]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: print(type([]))?

array

tuple

dictionary

list

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, which method is used to add an element to a list?

add()

append()

push()

insert()

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?