arisuchan    [ tech / cult / art ]   [ λ / Δ ]   [ psy ]   [ ru ]   [ random ]   [ meta ]   [ all ]    info / stickers     temporarily disabledtemporarily disabled

/r/ - miscellaneous

CONTENT NOT OTHERWISE SPECIFIED.
Name
Email
Subject
Comment

formatting options

File
Password (For file deletion.)

Help me fix this shit. https://legacy.arisuchan.jp/q/res/2703.html#2703

Kalyx ######


File: 1553702657450.gif (69.7 KB, 160x120, tenor.gif)

 No.2648

import random
import time

def cube():
num = random.randint(0,175)
print(" " * (num -1) + "■")

print("CUBEZ")
start = input("press 's' to start\n")

if start == ("s"):
while True:
cube()
time.sleep(0.01)

else:
print("\n")
print("Goodbye.")

 No.2650

import random
import time

while True:
num = random.randint(0,175)
print(" " * (num -1) + "■")
time.sleep(0.01)

 No.2652

Please fix your code formatting: https://legacy.arisuchan.jp/formatting.php



[Return] [Go to top] [ Catalog ] [Post a Reply]
Delete Post [ ]