Python 1

Python 1

University

60 Qs

quiz-placeholder

Similar activities

Câu hỏi về Machine Learning

Câu hỏi về Machine Learning

University

60 Qs

Summative - Python

Summative - Python

University

60 Qs

Quiz de Revisão sobre Programação Python

Quiz de Revisão sobre Programação Python

University

60 Qs

ИКТ соңғы 60 сұрақ

ИКТ соңғы 60 сұрақ

University

60 Qs

Assesmen Formatif Akhir

Assesmen Formatif Akhir

12th Grade - University

60 Qs

Rogic

Rogic

12th Grade - University

60 Qs

LATIHAN ASAS INFORMATIKA

LATIHAN ASAS INFORMATIKA

7th Grade - University

65 Qs

Bai Tap PMP 17

Bai Tap PMP 17

University

58 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?