-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMenu.py
More file actions
11 lines (11 loc) · 1.18 KB
/
Menu.py
File metadata and controls
11 lines (11 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
print ('\033[1;36m'+"╔══════════════════════════════════════════════════════╗")
print ('\033[1;36m'+"║ PROYECTO FINAL ║")
print ('\033[1;36m'+"║══════════════════════════════════════════════════════║")
print ('\033[1;36m'+"║MENU DE APLICACIONES ║")
print ('\033[1;36m'+"║1.DISCORD ║")
print ('\033[1;36m'+"║2.CALENDARIO ║")
print ('\033[1;36m'+"║3.CALCULADORA ║")
print ('\033[1;36m'+"║4.TELEFONO ║")
print ('\033[1;36m'+"║0.SALIR DEL MENU ║")
print ('\033[1;36m'+"╚══════════════════════════════════════════════════════╝")
apli=input("SELECCIONA UNA APLICACION-->")