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]
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange-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]