Python 8 klasa

Python 8 klasa

8th Grade

20 Qs

quiz-placeholder

Similar activities

Math G7 Chapter 3 Mastering Significant Figures and Estimation

Math G7 Chapter 3 Mastering Significant Figures and Estimation

7th Grade - University

20 Qs

Quiz de Informática Básica

Quiz de Informática Básica

8th Grade

20 Qs

Av2 8 e 9 ano Blocos caneta, controle e aparência

Av2 8 e 9 ano Blocos caneta, controle e aparência

8th Grade

20 Qs

Editing and Review Tools Quiz

Editing and Review Tools Quiz

8th Grade

15 Qs

BAB I BERPIKIR KOMPUTASIONAL KELAS 8

BAB I BERPIKIR KOMPUTASIONAL KELAS 8

8th Grade

15 Qs

Code.org lesson 3 and 4 quiz

Code.org lesson 3 and 4 quiz

7th Grade - University

25 Qs

Redactarea textelor în Word

Redactarea textelor în Word

8th Grade - University

16 Qs

2025/2026 - Sem 1 - Kelas 8 - 03_UH 3 [Hal. 40] (ORI)

2025/2026 - Sem 1 - Kelas 8 - 03_UH 3 [Hal. 40] (ORI)

8th Grade

15 Qs

Python 8 klasa

Python 8 klasa

Assessment

Quiz

Information Technology (IT)

8th Grade

Medium

Created by

Arek O

Used 9+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jaki symbol jest używany w Pythonie do przypisywania wartości do zmiennej?

==

=

!=

#

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Co będzie wynikiem kodu?

name = 'Mieszko'

print (name)

'Mieszko'

name

Mieszko

(name)

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Który z tych fragmentów kodu jest poprawny?

if answer == Yes:

if answer == "Yes":

if answer = "Yes";

if (answer == "Yes")

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Co zostanie wydrukowane po wykonaniu poniższego kodu?

for i in range(3):

print(i)

3

0 1 2 3

1 2 3

0 1 2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jakiego przycisku używasz, aby skompilować (uruchomić) swój program, aby działał w powłoce Shell?

F3

F9

F7

F5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jaka funkcja jest używana do wyświetlania wiadomości w Pythonie?

print(" ")

name=input

output

input=name

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

co będzie wynikiem kodu:

x = 3.23

print("x")

x

3.23

błąd

"x"

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?