Python 1

Python 1

Professional Development

20 Qs

quiz-placeholder

Similar activities

Qanunvericilik - 3

Qanunvericilik - 3

Professional Development

16 Qs

Otel menecmenti 100-150

Otel menecmenti 100-150

University - Professional Development

15 Qs

Survivor quiz

Survivor quiz

Professional Development

19 Qs

BrainRing 1

BrainRing 1

Professional Development

20 Qs

Turizmdə strateji idarəetmə 1.

Turizmdə strateji idarəetmə 1.

University - Professional Development

20 Qs

Turizm coğrafiyası Mərkəzi və Şimali Avropa

Turizm coğrafiyası Mərkəzi və Şimali Avropa

University - Professional Development

25 Qs

Otel menecmenti ilk 100

Otel menecmenti ilk 100

University - Professional Development

25 Qs

Java OOP Quiz

Java OOP Quiz

Professional Development

20 Qs

Python 1

Python 1

Assessment

Quiz

Other

Professional Development

Medium

Created by

Sabir Baxsiyev

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Aşağıdakı verilənlər tipindən hansı Python-da dəyişilməzdir (immutable)?

List

Set

Tuple

Dictionary

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdakı ifadələrdən hansı Python-da set yaratmaq üçün doğrudur?

set = {1, 2, 3, 3}

set = (1, 2, 3)

set = [1, 2, 3]

set = (1, 2, 2, 3)

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Hansının nəticəsi səhv qaytarmayacaq?

A) x = 10 if x > 5 else x < 3

B) x = 10 if x > 5 else 20

C) x = if 10 > 5 else 20

D) x = 10 if x > 5 else x == 3

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Aşağıdakı kodun nəticəsi nə olacaq?

A) 0 2 4

B) 1 2 3 4 5

C) 0 1 2 3 4

D) 0 1 3 5

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Aşağıdakı kodun nəticəsi nə olacaq?

[1, 2, 3, 6]

[1, 2, 3, 1, 2, 3]

[2, 3, 4]

[1, 4, 9]

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Hansı ifadə boolean nəticə qaytarır?

x = [1, 2, 3]

x[2]

x == 2

x[1:2]

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Python-da dəyişənlərin növünü dəyişmək üçün hansı metoddan istifadə olunur?

A) int()

C) float()

B) str()

D) Hamısı

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?