Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. if float(pole1.get())+ float(pole2.get())<2*float(pole3.get()) or float(pole3.get())+ float(pole1.get())<2*float(pole2.get()) or float(pole2.get())+ float(pole3.get())<2*float(pole1.get()):
  2. label = Label( okno, text = "Z podanych długości boków nie da się utworzyć trójkąta")
  3. label.pack()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement