+ 1
what problems in this
why this code is not working program for finding alphabet number https://code.sololearn.com/cL1VlNh14U3B/?ref=app
4 Respuestas
+ 6
It's python. Use "," instead of "%"
print('its number is :',n)
Edit:
Ankit Nainwal Because still there is no comma
+ 5
Ankit Nainwal u forgot "," as Simba told see this is working
https://code.sololearn.com/cMA8H9S5cNPQ/?ref=app
+ 1
it is still not working
+ 1
print('its number is :' +str(n))