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