Python - kl. 8

Python - kl. 8

7th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

UTK - test

UTK - test

KG - University

10 Qs

Zakoduj swój świat! - diagnoza wstępna.

Zakoduj swój świat! - diagnoza wstępna.

9th - 12th Grade

10 Qs

Fake news w naszym życiu

Fake news w naszym życiu

7th - 12th Grade

10 Qs

Bazy danych

Bazy danych

11th Grade

10 Qs

Prawo autorskie

Prawo autorskie

9th Grade

12 Qs

Bezpieczeństwo cyfrowego wizerunku i tożsamości

Bezpieczeństwo cyfrowego wizerunku i tożsamości

7th - 10th Grade

11 Qs

Test wiedzy o Minecraft

Test wiedzy o Minecraft

KG - University

10 Qs

Wielki quiz Mincraft

Wielki quiz Mincraft

3rd - 12th Grade

10 Qs

Python - kl. 8

Python - kl. 8

Assessment

Quiz

Computers

7th - 12th Grade

Practice Problem

Hard

Created by

Christopher Kujawa

Used 175+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Do wyświetlania służy funkcja:

print()

input()

int()

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Do wczytania danych od użytkownika służy funkcja:

print()

int()

input()

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Co będzie wynikiem działania takiego programu:

x = 3

print("x")

wyświetli się: x

wyświetli się: 3

błąd

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Co będzie wynikiem działania takiego programu:

x = 3

print(x)

wyświetli się: x

wyświetli się: 3

błąd

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Co będzie wynikiem działania takiego programu:

x = 1

y = 2

if x == y:

print(x)

else:

print(y)

wyświetli się: 1

wyświetli się: 2

błąd

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Co będzie wynikiem działania takiego programu:

x = 1

y = 2

if x != y:

print(x)

else:

print(y)

wyświetli się: 1

wyświetli się: 2

błąd

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Co będzie wynikiem działania takiego programu:

x = 1

y = 2

if x != y

print(x)

else

print(y)

wyświetli się: 1

wyświetli się: 2

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?