You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
queue = tuple(i for i in range(0, 99999))
|
|
point = 0
|
|
|
|
|
|
def handler():
|
|
print()
|
|
|
|
|
|
def switch():
|
|
for count in queue:
|
|
handler() |