+ 1
Why i have python error?
i'm so bad in english, and... haven't internet ;( please, say me: What is wrong with syntax? i can't see it. code: int_first = input('your height?') int_second = int((int_first - 100) *1.25 print(int_second) p.s_ error line is first.
3 Answers
+ 1
Didnāt close the bracket of the int function at line 2:
int_second = int((first_int-100)*1.25)
+ 1
?, this is a first code... now i so stupid ;D
+ 1
this is right.
int_first = int(input('your height?'))