
Podstawa programowania w Pythonie

Quiz
•
Computers
•
9th - 12th Grade
•
Hard

Tymek Nowak
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jak deklarujemy zmienną w języku Python?
declare variable
var
let
x =
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jak wyświetlamy tekst na ekranie w Pythonie?
display("tekst")
print("tekst")
echo("tekst")
console("tekst")
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jakie jest wyjście tego kodu: print(2 + 3 * 4)
20
14
15
9
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jakie jest poprawne zastosowanie warunku if w Pythonie?
if x = 5:
if x == 5:
if x => 5:
if x != 5:
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jak definiujemy funkcję w Pythonie?
function myFunction():
def myFunction():
define myFunction():
myFunction = function():
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jakie jest poprawne użycie pętli for w Pythonie?
for i in range(10):
for i = 1 to 10:
for i = 0; i < 10; i++:
foreach i in range(10):
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jak dodajemy element do listy w Pythonie?
list.append(element)
list.add(element)
list.insert(element)
list.extend(element)
Create a free account and access millions of resources
Similar Resources on Wayground
14 questions
Informatyka i części komputerowe

Quiz
•
12th Grade
12 questions
Algorytmy tekstowe - kartkówka

Quiz
•
12th Grade
9 questions
Dziedziczenie Python

Quiz
•
12th Grade
10 questions
Język Programowania Python

Quiz
•
1st - 12th Grade
15 questions
Test WORD

Quiz
•
KG - University
9 questions
Python Class and Object Quiz

Quiz
•
12th Grade
14 questions
Python pętle while/for

Quiz
•
9th Grade
15 questions
kartkówka - petle for i while w języku Python

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade