0
help me solve this
when i run the code below , it gives the A "%" sign at the end of the output, why? below is the sample code and output n = 5 for i in range (n): print("*",end=" ") the output is : * * * * * %
3 Réponses
+ 3
Kushal Sharma Share your attempted code.
+ 3
Kushal Sharma ,
I just copy pasted your code...it is working fine...
Here the code:-
https://code.sololearn.com/cQqeIaMX58zC/?ref=app
+ 1
Riya
I guess i have an issue with the environment
Thanks for the help