GreensnoWorld
记录点滴,分享乐趣,一块凝固的时间
Python  2026年4月27日
import time for i in range(101): bar = '[' + '=' * (i // 2) + ' ' * (50 - i // 2) + ...
留言