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
| from kandinsky import * | |
| from ion import * | |
| from random import randint | |
| from time import sleep | |
| kd = keydown | |
| KE = KEY_EXE | |
| KO = KEY_OK | |
| def init(): | |
| global Jeu |