# PI = 3.1415


# class Kolo():

#     def __init__(self, r, ):
#         self.promien = r 
#         self.pole = PI * r * r
#         self.obwod = 2 * PI * r

#     def wyspole(self):
#             print(f"Pole wynosi {self.pole}") 

#     def wysobwodu(self):
#             print(f"Obwód wynosi {self.obwod}")    

# class prostokont():
#     def __init__(self, x, y, ):
#       self.x = x 
#       self.y = y
#       self.pole = x * y 
#       self.obwod =  x*2 + y*2  

#     def wyspole(self):
#             print(f"Pole wynosi {self.pole}") 

#     def wysobwodu(self):
#             print(f"Obwód wynosi {self.obwod}")      















