Help me solve this code
while True:
for i in ["/","-","|","\\","|"]
print "%s\%r" % i,
When i run this code i am getting an error which says
print "%s\%r" % i,
TypeError : not enough arguments for format string
Help me solve this code
while True:
for i in ["/","-","|","\\","|"]
print "%s\%r" % i,
When i run this code i am getting an error which says
print "%s\%r" % i,
TypeError : not enough arguments for format string
Added 3+ months ago:
I am starting to learn python and this is my first programming language which i am learning so please try to explain in english.
No answers have yet been posted. Add your answer to this question.