Python 1

Python 1

University

60 Qs

quiz-placeholder

Similar activities

Digital Audio and Video Quiz # 1

Digital Audio and Video Quiz # 1

University

60 Qs

Mastering C Programming Concepts

Mastering C Programming Concepts

University

55 Qs

IAS REVIEW

IAS REVIEW

University

60 Qs

ИКТ бастапқы 60 сұрақ

ИКТ бастапқы 60 сұрақ

University

60 Qs

Remidi Quiz 5_Keperawatan

Remidi Quiz 5_Keperawatan

University

60 Qs

Web Development Quiz

Web Development Quiz

University

60 Qs

[BỔ TRỢ] HỆ ĐIỀU HÀNH - BÀI 6

[BỔ TRỢ] HỆ ĐIỀU HÀNH - BÀI 6

University

62 Qs

kwp 2025

kwp 2025

University

63 Qs

Python 1

Python 1

Assessment

Quiz

Information Technology (IT)

University

Practice Problem

Hard

Created by

Jurek Zabójca

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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?