Skip to content

Instantly share code, notes, and snippets.

@dpyro
Created October 25, 2018 22:23
Show Gist options
  • Save dpyro/4e27ee759b4173b7d7c4b9b450d37cb2 to your computer and use it in GitHub Desktop.
Save dpyro/4e27ee759b4173b7d7c4b9b450d37cb2 to your computer and use it in GitHub Desktop.
Toto
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