Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Revisions

6 of 6
replaced http://stackoverflow.com/ with https://stackoverflow.com/

Python 3, (削除) 99 (削除ここまで) (削除) 93 (削除ここまで) (削除) 85 (削除ここまで) 83+2 (-u flag) bytes

-12 bytes thanks to ovs
-2 bytes thanks to totallyhuman

import time
s=4*'.'+6*' '
while 1:print(end='\r[%s]'%s);time.sleep(.1);s=s[9]+s[:9]

Try it online!

Rod
  • 18.6k
  • 4
  • 32
  • 89

AltStyle によって変換されたページ (->オリジナル) /