ML 1 Python

ML 1 Python

University

20 Qs

quiz-placeholder

Similar activities

Decimals as Equivalent Fractions (Fluency and Skills Practice)

Decimals as Equivalent Fractions (Fluency and Skills Practice)

7th Grade - University

16 Qs

Measures of Position for Ungrouped Data Quiz

Measures of Position for Ungrouped Data Quiz

10th Grade - University

20 Qs

Python Perfectionnement,  AsyncIO

Python Perfectionnement, AsyncIO

University

15 Qs

B3 Q1 review

B3 Q1 review

University

20 Qs

Unit 3: Energy Quizizz

Unit 3: Energy Quizizz

7th Grade - University

16 Qs

Quiz untuk lomba lintas mapel IPA

Quiz untuk lomba lintas mapel IPA

9th Grade - University

21 Qs

UKOM- SOAL KIMIA

UKOM- SOAL KIMIA

University

22 Qs

Latihan SAS Ganjil (Matematika)

Latihan SAS Ganjil (Matematika)

4th Grade - University

20 Qs

ML 1 Python

ML 1 Python

Assessment

Quiz

others

University

Hard

Created by

Rajad Shakya

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a mutable data type in Python?
tuple
string
list
frozenset

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? ```python x = [1, 2, 3] print(x[1]) ```
IndexError
3
2
1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods can be used to add an element to the end of a list?
insert()
extend()
pop()
append()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? ```python x = (1, 2, 3) print(x[2]) ```
IndexError
2
1
3

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an immutable data type in Python?
tuple
list
dictionary
set

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a tuple in Python?
tuple = {}
tuple = ()
tuple = ()()
tuple = []

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to define a function in Python?
function_name():
create function_name():
def function_name():
function function_name():

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?