PROGRAM 5 - OBLICZENIA Z KWADRATEM | |
print("Podaj dlugosc boku kwadratu:") | |
a=float(input()) if a<=0: | |
print("Kwadrat nie istnieje") | |
else: | |
print("Co chcesz obliczyć wybor=int(input()) if wybór==1: |
: 1. POLE 2. OBWOD") |
print("Pole wynosi: " |
,a*a) |
elif wybor==2: | |
print("Obwód wynosi: |
' ,4*a) |
else: | |
print("Zly wybór!") | |
input() |
_* |
dr Marcin Ziółkowski Informatyka - wykład