Quiz z Pythona

Quiz z Pythona

11th Grade

31 Qs

quiz-placeholder

Similar activities

String

String

10th Grade - University

30 Qs

Python Basics-01

Python Basics-01

9th - 12th Grade

32 Qs

Basic Python

Basic Python

6th - 12th Grade

30 Qs

Algorithms

Algorithms

7th - 11th Grade

29 Qs

2 Python (переменные, типы данных)

2 Python (переменные, типы данных)

5th - 12th Grade

33 Qs

Python 2d topic (типы данных, ввод, вывод)

Python 2d topic (типы данных, ввод, вывод)

6th - 12th Grade

27 Qs

Python GCSE Recap

Python GCSE Recap

9th - 12th Grade

28 Qs

ITFun Objective 4- Software Development P1

ITFun Objective 4- Software Development P1

11th - 12th Grade

33 Qs

Quiz z Pythona

Quiz z Pythona

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Marek Czerwiec

FREE Resource

31 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jaki typ danych jest reprezentowany przez liczbę 10 w Pythonie?

int

float

str

bool

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jaki typ danych jest reprezentowany przez napis "Hello"?

int

bool

str

float

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Która funkcja umożliwia pobranie danych od użytkownika?

print()

input()

type()

len()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jakiego operatora używamy do sprawdzenia, czy dwie wartości są równe?

=

==

!=

:=

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Co oznacza skrót elif w instrukcji warunkowej?

else if

end if

else for

end elif

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Który zapis pętli iterującej po elementach listy lista jest poprawny?

for i in lista:

for i = 0 to lista:

while i in lista:

foreach lista in i:

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jaki będzie efekt wykonania poniższego kodu? lista = [1, 2, 3] for i in lista: print(i)

Wypisze 123 w jednej linii

Wypisze [1, 2, 3]

Wypisze każdy element w osobnej linii

Wypisze elementy w odwrotnej kolejności

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?