https://www.sololearn.com/discuss/2606763/?ref=app Can someone help me create a simple calculator because when I convert the strings to integers before adding they still come out as strings
11/30/2020 10:49:03 AM
Felix Notter7 Answers
New Answerx = input(6) y = input(3) felix = int(x) + int(y) print(felix) this is my code any problems?
alright but when I solve for the first test case i automatically get the second wrong without even typing a code for it
Please attach your code in the question and donโt advertise others thread https://code.sololearn.com/WRY45gFZlJTr/?ref=app
Already I slove first test completed,but automatically 2nd text will wrong how can I over come this problem . please help me
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message