Python 1

Python 1

University

60 Qs

quiz-placeholder

Similar activities

Programming Concepts Quiz

Programming Concepts Quiz

University

55 Qs

tech stack

tech stack

University

55 Qs

Python 1

Python 1

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Jurek Zabójca

FREE Resource

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Co wypisze poniższy kod? ```python print(2 + 3 * 4) ```
20
14
11
10

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Co wypisze poniższy kod? ```python x = [1, 2, 3] print(x[1]) ```
1
2
3
0

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Jaki będzie typ zwracany przez: ```python x = (1,) ```
list
tuple
int
dict

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Co wypisze: ```python print('Ala'.upper()) ```
ala
ALA
Ala
błąd

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Co wypisze: ```python print(len([1,2,3,4])) ```
3
4
5
0

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Co wypisze: ```python print('ab' * 2) ```
abab
ab2
4
błąd

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Jaki wynik zwróci: ```python print(10 % 3) ```
1
3
0
błąd

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?