How to remove this traceback??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
16th Sep 2018, 1:07 PM
Prince Verma
Prince Verma - avatar
2 Answers
+ 3
Line number 4: you should write x=int (input() ) #input() converts input to string. int() keyword is needed to convert input to number
16th Sep 2018, 1:31 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 1
traceback can be caused by many error.
16th Sep 2018, 3:50 PM
Eagle Eyes
Eagle Eyes - avatar