SWAP CLUB

EXPLORE
X
LIVE Coins TOP TODAY TOP WEEK NEW Swap Size XXS XS S L XL XXL Network Zora
Base
Search
RAINBOW WHALE
import time import os frames = [ r""" ________ ________ ________ _______ |\ __ \ |\ __ \|\ __ \|\ ___ \ \ \ \|\ \\ \ \|\ \ \ \|\ \ \ __/| \ \ ____\\ \ __ \ \ _ _\ \ \_|/__ \ \ \___| \ \ \ \ \ \ \\ \\ \ \_|\ \ \ \__\ \ \__\ \__\ \__\\ _\\ \_______\ \|__| \|__|\|__|\|__|\|__|\|_______| """, r""" ________ ________ ________ ________ |\ __ \ |\ __ \|\ __ \|\ ____\ \ \ \|\ \\ \ \|\ \ \ \|\ \ \ \___| \ \ ____\\ \ __ \ \ ____\ \ \ \ \ \___| \ \ \ \ \ \ \___|\ \ \____ \ \__\ \ \__\ \__\ \__\ \ \_______\ \|__| \|__|\|__|\|__| \|_______| """, r""" ________ ___ ________ ________ ________ |\ ____\|\ \ |\ __ \|\ __ \|\ ____\ \ \ \___|\ \ \ \ \ \|\ \ \ \|\ \ \ \___| \ \ \ __\ \ \ \ \ \\\ \ \ \\\ \ \ \ \ \ \|\ \ \ \____\ \ \\\ \ \ \\\ \ \ \____ \ \_______\ \_______\ \_______\ \_______\ \_______\ \|_______|\|_______|\|_______|\|_______|\|_______| """ ] # Loop para simular movimento for i in range(5): os.system('cls' if os.name == 'nt' else 'clear') print(frames[i % len(frames)]) time.sleep(0.5)
SAVE IMAGE

LOADING