0
What's is wrong?
10 Answers
+ 3
Thereâs no error in your code. Are you using new lines to separate your inputs?
For example:
1
2
# Output: 3
+ 2
What kind of error are you getting?
+ 2
You may use string.replace(" ", "") to get rid of all spaces.
+ 1
Yes I did that but still is error
+ 1
Diego.
Invalid literal for int () with base 10:
+ 1
Make sure there are no blank spaces or new lines between your inputs.
+ 1
Hope to see more of you in the future. Happy coding!
+ 1
Thanks for hint Seb TheS
0
Thanks guys you are welcome
0
Probably I will in Q&A many times with my errors.