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 Answer

replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

Python 3, (削除) 99 (削除ここまで) (削除) 93 (削除ここまで) (削除) 85 (削除ここまで) 83+2 (-u flag -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!

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!

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!

added 53 characters in body
Source Link
Rod
  • 18.6k
  • 4
  • 32
  • 89

Python 3, (削除) 99 (削除ここまで) (削除) 93 (削除ここまで) 85+2 (削除) 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[-1]+s[;s=s[9]+s[:-1]9]

Try it online! Try it online!

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

-12 bytes thanks to ovs

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

Try it online!

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!

added 112 characters in body
Source Link
Rod
  • 18.6k
  • 4
  • 32
  • 89

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

-612 bytes thanks to ovs

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

Try it online! Try it online!

Python 3, (削除) 99 (削除ここまで) 93 bytes

-6 bytes thanks to ovs

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

Try it online!

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

-12 bytes thanks to ovs

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

Try it online!

added 31 characters in body
Source Link
Rod
  • 18.6k
  • 4
  • 32
  • 89
Loading
deleted 1 character in body
Source Link
Rod
  • 18.6k
  • 4
  • 32
  • 89
Loading
Source Link
Rod
  • 18.6k
  • 4
  • 32
  • 89
Loading

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