Praktyki Python

Praktyki Python

2nd - 6th Grade

10 Qs

quiz-placeholder

Similar activities

Działalność gospodarcza

Działalność gospodarcza

1st - 3rd Grade

10 Qs

Python. Модулі та користувацькі функції

Python. Модулі та користувацькі функції

1st - 3rd Grade

14 Qs

Władysław Herman

Władysław Herman

KG - Professional Development

11 Qs

Увлекательный Kodu Game Lab

Увлекательный Kodu Game Lab

4th Grade

12 Qs

nowa weryfikacja

nowa weryfikacja

5th Grade

8 Qs

Savoir vivre w hotelarstwie

Savoir vivre w hotelarstwie

1st - 5th Grade

10 Qs

Encuentra al Kodu verde

Encuentra al Kodu verde

4th Grade

10 Qs

python:)

python:)

1st - 3rd Grade

10 Qs

Praktyki Python

Praktyki Python

Assessment

Quiz

Professional Development

2nd - 6th Grade

Hard

Created by

Filip Stodolski

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Jaki będzie wynik wykonania poniższego kodu?


a = "Praktyki"

print(a[1])

Praktyki

P

k

r

ikytkarP

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jaki mechanizm języka Python prezentuje poniższy kod


with open('some_file', 'w') as opened_file:

pass

Generator

Funkcja anonimowa

Iterator

Context Manager

Pętla with

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Dla jakiego mechanizmu jest używane słówko "yield"

Context Manager

Funkcja Lambda

Generator

Konstruktor

Dekonstruktor

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Zaznacz typy immutable

Tuple - ()

Dict - {}

List - []

str - ""

int - 0

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Podaj wynik poniższego kodu:


x = 43

x = x + 1

print(x)

x

x+1

44

431

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Podaj wynik poniższego kodu:


for i in [2,1,5]:

print(i)

0

1

2

2

1

5

5

2

1

nic nie wypisze

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Jak nazywa się manager paczek do Python'a?

pip

pep

npm

nugget

apt-get

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?