Praktyki Python

Praktyki Python

2nd - 6th Grade

10 Qs

quiz-placeholder

Similar activities

Doradztwo RE

Doradztwo RE

1st - 3rd Grade

9 Qs

Programming - Screening Test

Programming - Screening Test

3rd Grade - Professional Development

15 Qs

Savoir vivre w hotelarstwie

Savoir vivre w hotelarstwie

1st - 5th Grade

5 Qs

Operator CNC

Operator CNC

1st - 5th Grade

9 Qs

TTT

TTT

1st - 3rd Grade

8 Qs

python:)

python:)

1st - 3rd Grade

10 Qs

if quiz

if quiz

1st - 12th Grade

6 Qs

Cele i rodzaje działalności gospodarczej

Cele i rodzaje działalności gospodarczej

1st - 3rd Grade

6 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?