class Prostokat:
....def __init__(self, bok1, bok2):
........self.bok1 = bok1
........self.bok2 = bok2
....def pole(self):
........print(self.bok1 * self.bok2)
class Prostokat:
....def __init__(self, bok1, bok2):
........self.bok1 = bok1
........self.bok2 = bok2
....def pole(self):
........print(self.bok1 * self.bok2)
def obiekt_atrybut2(self):
wybor = input('Co do wyprintowania? ')
print(getattr(self, wybor))
obiekt_atrybut2(p1)
class UserFirstName:
....def get_username(self):
........self.name = input('Give me your name
W takim wypadku lepiej byłoby nie printować tego imienia tylko po prostu je zwrócić.
class User:
class Player:
....def name(self):
........try:
............print(self.first_name,
@deco
wystarczy do wywołania funkcji dekorującej i zwrócenia nieaktywnego wrappera, a funkcja którą się dekoruje nie musi być nawet uruchomiona (╯°□°)╯︵ ┻━┻dict1 = {'a' : 10, 'b' : 20}
dict2 = {}
for k, v in dict1.items():
....if v > 10:
start=0, elementy=3, listy=3:
[ [0, 1, 2], [3, 4, 5], [6, 7, 8] ]
start=1, elementy=3, listy=4:
l = [ [*range(i, i + 4)] for i
x = 100000
y = 100000
print(x is y)
print(id(x))
my_list = [ 'Wiktor', 'Adam' ]
def one(list, arg):
....list.append(arg)
def two(list, arg):
nauczyciel
Adam
1a
1b
lista = ["Tomek", 27, "Agata", 23, "Kuba", 19]
start = 0
koniec = 2
while lista[start : koniec]:
for x in lista:
....if type(x) == list:
Wykop.pl
class MagicAdd:
....def __init__(self, letter):
........self.letter = letter
....def __add__(self,