Python Forum
I need simple help with python?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I need simple help with python?
#4
Okay, I was wrong about turn, I don't know what I was thinking.

What problem are you getting? I see that you are converting hipotenuza to string on line 35, which makes it an invalid input to fd on line 41. You should remove that, and use string formatting for the print: print('Duljina hipotenuza je {:.2f}'.format(hipotenusa)
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
I need simple help with python? - by Pr1sl1 - Dec-14-2018, 07:41 PM
RE: I need simple help with python? - by ichabod801 - Dec-14-2018, 07:47 PM
RE: I need simple help with python? - by Pr1sl1 - Dec-14-2018, 07:53 PM
RE: I need simple help with python? - by ichabod801 - Dec-14-2018, 08:14 PM
RE: I need simple help with python? - by Pr1sl1 - Dec-14-2018, 08:43 PM
RE: I need simple help with python? - by ichabod801 - Dec-14-2018, 08:50 PM
RE: I need simple help with python? - by Pr1sl1 - Dec-14-2018, 08:54 PM
RE: I need simple help with python? - by ichabod801 - Dec-14-2018, 09:06 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020