Funkcja wyświetlające informacje na ekranie to:
Podstawy pythona

Quiz
•
Computers
•
7th - 12th Grade
•
Hard
Grzegorz Kwiesielewicz
Used 91+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
print()
input()
str()
int()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Efektem działania poniższej funkcji będzie:
print("2" + "2")
2
4
22
2+2
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Funkcja pobierającą informacje z klawiatury nazywa się:
str()
print()
int()
input()
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Efektem działania poniższego kodu będzie:
a = 10
b = "20"
wynik = a + b
1020
30
Błąd TypeError
2010
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Poniższy kod można naprawić używając funkcji:
zawodnik = "Michael Jordan"
miejsce = 1
print("Koszykarzem nr " + miejsce + " jest " + zawodnik)
print()
input()
str()
int()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Efektem działania poniższego kodu będzie:
def kwadrat(bok):
print(bok)
kwadrat(10)
100
bok
bok =10
10
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Efektem poniższego wywołania funkcji znajdującej się na obrazku będzie:
dodaj(15, 7)
157
Nic się mnie wyświetli
22
15 + 7
8.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Efektem działania poniższej funkcji będzie:
tytul = "Wiedźmin"
rok_produkcji = 2020
print(f"Film + {tytul} + został nakręcony w + {rok_produkcji} + roku")
Film "Wiedźmin" został nakręcony w 2020 roku.
Film + Wiedźmin + został nakręcony w + 2020 + roku.
Film tytul został nakręcony w rok_produkcji roku.
Film Wiedźmin został nakręcony w 2020 roku.
Similar Resources on Quizizz
13 questions
python A

Quiz
•
10th Grade
10 questions
Bezpieczeństwo w Internecie

Quiz
•
7th - 8th Grade
9 questions
Python tablice pozycje

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

Quiz
•
12th Grade
11 questions
BEZPIECZNY INTERNET

Quiz
•
6th - 8th Grade
7 questions
Algorytmy - podstawy

Quiz
•
6th - 8th Grade
12 questions
Python_P_F

Quiz
•
9th Grade
13 questions
Bezpieczeństwo w sieci

Quiz
•
6th - 8th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
11 questions
Decimal/fraction conversions quick check

Quiz
•
5th - 7th Grade