12 kl 14.02.25

12 kl 14.02.25

12th Grade

5 Qs

quiz-placeholder

Similar activities

Tìm hiểu về ca sĩ phật tử Phạm Phi Nhung-Tịnh Bình

Tìm hiểu về ca sĩ phật tử Phạm Phi Nhung-Tịnh Bình

KG - Professional Development

7 Qs

Blaumanis

Blaumanis

9th - 12th Grade

4 Qs

Python armenia

Python armenia

1st Grade - University

10 Qs

Mathematical Operators Python Assessment

Mathematical Operators Python Assessment

9th - 12th Grade

10 Qs

Vieglatlētika.

Vieglatlētika.

10th - 12th Grade

10 Qs

Basic Python 4 Data Analysis

Basic Python 4 Data Analysis

12th Grade

8 Qs

AMONG US

AMONG US

3rd Grade - Professional Development

10 Qs

NYT Vocabulary: Pythons

NYT Vocabulary: Pythons

9th - 12th Grade

7 Qs

12 kl 14.02.25

12 kl 14.02.25

Assessment

Quiz

Other

12th Grade

Hard

Created by

Ilja Rjabkovs

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Kādu datu tipu atgriezīs izteiksme type(5.5)?

int

float

str

bool

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Kā Python veikt veselu skaitļu dalīšanu, lai iegūtu tikai veselo daļu?

/

//

%

**

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Kura no šīm funkcijām tiek izmantota, lai izvadītu tekstu konsolē?

input()

print()

return

write()

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Kā izveidot sarakstu Python?

{1, 2, 3}

(1, 2, 3)

[1, 2, 3]

1, 2, 3

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Ko atgriezīs len("Python")?

5

6

"Python"

None