Created
October 25, 2018 22:23
-
-
Save dpyro/4e27ee759b4173b7d7c4b9b450d37cb2 to your computer and use it in GitHub Desktop.
Toto
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import africa | |
from time import sleep | |
from weather import rain | |
is_dragged = False | |
while africa: | |
if rain in africa: | |
for man in range(100): | |
try: | |
drag() | |
except: | |
pass | |
assert not is_dragged | |
rain.bless() | |
sleep(100) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment