Python Learning

Python Learning

KG - 3rd Grade

11 Qs

quiz-placeholder

Similar activities

šport

šport

1st - 9th Grade

13 Qs

Mengolah data dengan Fungsi dan Formula Statistika

Mengolah data dengan Fungsi dan Formula Statistika

10th Grade

10 Qs

Lý thuyết về Python

Lý thuyết về Python

3rd Grade - University

10 Qs

Bài kiểm tra 1

Bài kiểm tra 1

1st - 3rd Grade

13 Qs

Módulo 18

Módulo 18

12th Grade

16 Qs

Instrucțiuni repetitive

Instrucțiuni repetitive

9th - 12th Grade

10 Qs

Edublocks Python - Advanced level

Edublocks Python - Advanced level

4th - 9th Grade

10 Qs

Ôn tập - Bài 23 Một số lệnh làm việc với kiểu dữ liệu danh sách

Ôn tập - Bài 23 Một số lệnh làm việc với kiểu dữ liệu danh sách

9th - 12th Grade

7 Qs

Python Learning

Python Learning

Assessment

Quiz

Education, Instructional Technology

KG - 3rd Grade

Hard

Created by

Elchin Salahzada

Used 6+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

>>> a,b=2,3

>>> min=a if a<b else b

>>> min

min=5

min=3

min=2

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

a,b=2,3

min=a if a<b else b

>>> min

print("Hi") if a<b else print("Bye")

Output: ?

Hi

HiBye

ByeHi

Bye

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

for i in range(7):

if i==3:

break

print(i)

1

2

3

4

5

6

7

1

2

4

5

6

1

2

4

5

6

7

1

2

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

for i in range(7):

if i==3:

continue

print(i)

1

2

3

4

5

6

1

2

4

5

6

7

1

2

4

5

6

1

2

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

>>> a=[1,2,4]

>>> a.insert(2,3)

>>> a

(1,2,3,4)

{1,2,3,4}

[1,2,4,2,3]

[1,2,3,4]

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

15%7=?

1

2

22

8

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

>>> colors=['red','green','blue']

>>> type(colors)

<class 'tuple'>

class <'list'>

<class 'set'>

<class 'dict'>

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?

Discover more resources for Education