Python Forum

Full Version: Please help to me to find my mistake in code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am just start to learn phyton and need your help, please

absmin (13, -5, 0.5)* 3/2.8
5% (2*2) //(min(3,0,-50) -10))
abs((71 - (2 * 2) % (max(3,0.89,24)*0.73))
I am suing this one and got SyntaxError: unexpected EOF while parsing
https://www.programiz.com/python-program...-compiler/
What is that code supposed to do? Also please post code using Python tags to preserve any formatting.
You do some calculations and call some functions but don't do anything with the results. And, to my knowledge, there is no function absmin() in python unless you define such a function in your code.
you need continuation '\' code on each line
and then indent code on continuation lines.
Also assign to a variable, print, or do something with results