help me!!! what should i fix it?????? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

help me!!! what should i fix it??????

input("numb: ") x = int("input") if x> 5: print(" 'x' greater than 5") print("Program ended") else print(" 'x' is trash ") print("Program ended") ------------------------------------------

2nd Dec 2018, 7:10 PM
Jun Park
Jun Park - avatar
1 Answer
+ 3
x = int(input("input"))
2nd Dec 2018, 7:16 PM
Izaak GOLDSTEIN
Izaak GOLDSTEIN - avatar