-4
I need to use this formula and read three values and present the largest of the three values read. Formula:
MaiorAB = (a+b+abs(a-b))/2
All three values are on the same receiving line. EX:
MaiorAB = input().split(' ')
Where and how I can use this formula?
And what is your question? Please edit the question and add more details of your attempt and what was the difficulty found.
– Woss
Your question is very vague.. the impression is that you simply copied the statement of an exercise on
Python
...– JcSaint