My issue
a=input(“write your number here under 0 to 10^5 :”)
a=int(a)
print(a)
why is my this code wrong?
My code
# cook your dish here
a=input("write your number here under 0 to 10^5 :")
a=int(a)
print(a)
Learning course: Practice Python
Problem Link: CodeChef: Practical coding for everyone