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 : * * * * * %

16th Sep 2023, 5:54 PM
Kushal Sharma
Kushal Sharma - avatar
3 Réponses
+ 3
Kushal Sharma Share your attempted code.
16th Sep 2023, 6:00 PM
Jayant Pandey
Jayant Pandey - avatar
+ 3
Kushal Sharma , I just copy pasted your code...it is working fine... Here the code:- https://code.sololearn.com/cQqeIaMX58zC/?ref=app
16th Sep 2023, 7:13 PM
Riya
Riya - avatar
+ 1
Riya I guess i have an issue with the environment Thanks for the help
16th Sep 2023, 8:19 PM
Kushal Sharma
Kushal Sharma - avatar