what problems in this | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what problems in this

why this code is not working program for finding alphabet number https://code.sololearn.com/cL1VlNh14U3B/?ref=app

19th Nov 2020, 1:34 PM
Ankit Nainwal
Ankit Nainwal - avatar
4 Answers
+ 6
It's python. Use "," instead of "%" print('its number is :',n) Edit: Ankit Nainwal Because still there is no comma
19th Nov 2020, 1:43 PM
Simba
Simba - avatar
+ 5
19th Nov 2020, 1:54 PM
Shino
Shino - avatar
+ 1
it is still not working
19th Nov 2020, 1:52 PM
Ankit Nainwal
Ankit Nainwal - avatar
+ 1
print('its number is :' +str(n))
19th Nov 2020, 4:51 PM
Shadoff
Shadoff - avatar