+ 5
Anyone help me. Why this code is not working plz explain đ
a=int(input("Enter number 1 : ")) b=int(input("Enter number 2 : ")) try: print("Sum is ",int(a)+int(b)) except Exception as e: print(e) print("Keshav")
7 Answers
+ 3
Arsenic but i was using this code in my android through a app names pydroid 3
It was giving me an error. Why so?
+ 4
It is working fine
You must not be giving input correctly.
Check this lesson to see how input is handled in sololearn đ
https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
+ 2
It working fine!
I think you should visit it
https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
+ 2
Keshav Kumar which error was it generating in pydroid ?
+ 1
Arsenic could you plz tell me your email address i will mail you at there coz there's some problem. Thank you
+ 1
Arsenic I can't copy paste in it
I'm using pydroid 3 which is an android app
0
I just want you to tell me the error the program is generating.
Can't you just copy paste it here ?