+ 1
Guys can you tell me what's problem in this code...... This works fine in other applications. Thank you 😀😀
5 Respuestas
+ 3
Dope Tube
The problem with your program appears to be that you have an odd character within your second input function which is messing with the SL playground (it may have been put there as a tab in another IDE perhaps). Just removing the whitespace between + item + should allow it to run
+ 1
Faisal Sir your trick worked Well.....thank You
0
Input is tricky on Sololearn.
https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
0
Sir honfu I only know about python..... I don't understand what you're saying
0
try:-
SP = float(input("Enter SP of item {} : ".format(item)))
Had another look in the original code you gave, there something just after the second ''+".
Do a backspace the re-apply the space.