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 subprocess | |
| import time | |
| import re | |
| import urllib.request | |
| import urllib.parse | |
| import json | |
| from pypresence import ActivityType, Presence | |
| # Install python, adb and pip install pypresence | |
| # Create your own App in Discord Developer Portal |
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
| """Llenar un mundo aunque tiene paredes.""" | |
| from karel.stanfordkarel import * | |
| def girar_derecha(): | |
| girar_izquierda() | |
| girar_izquierda() | |
| girar_izquierda() | |
| def girar(): | |
| girar_izquierda() |