()
| 10 | from time import sleep, time |
| 11 | |
| 12 | def drawLogo(): |
| 13 | print(" _____ _____ _ _____ ____ ") |
| 14 | print(" / ____| | __ (_)/ ____| |___ \ ") |
| 15 | print(" | | __ ___ | |__) || | __ ___ __) |") |
| 16 | print(" | | |_ |/ _ \| ___/ | | |_ |/ _ \ |__ < ") |
| 17 | print(" | |__| | (_) | | | | |__| | (_) | ___) |") |
| 18 | print(" \_____|\___/|_| |_|\_____|\___/ |____/ ") |
| 19 | print(" ") |
| 20 | |
| 21 | def drawDescription(): |
| 22 | print("\nPress the following keys to run the features of the GoPiGo3/LineFollower.") |