Technik Informatyk
Egzamin zawodowy technik informatyk
Kwalifikacja
Przedmiot
Kategoria
Kurs: Python
def test(x): return x**2 print(test(3) + test(4))
def test(x): return x*2 print(test(test(3)))