Commit 1ff65655 by Patryk Czarnik

klasy - początek

parent cbc747e2
class Osoba:
pass
a = Osoba()
print(a)
b = Osoba()
print(b)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment