import os while (1 == 1): os.system("cls") print("(1) Hardware - Component replacement") print("(2) Hardware - General") print("(3) Software Issues") print("(4) OS Installation") print("(5) IPMI") print("(6) Firewall") print("(7) Network") print("(8) General") print("(9) Tache travaux \n") choix = input("Selectionnez une catégorie : ") os.system("cls") if choix == "1": print("1. Hardware - Component replacement") elif choix == "2": print("2. Hardware - General") elif choix == "3": print("3. Software Issues") elif choix == "4": print("4. OS Installation") elif choix == "5": print("5. IPMI") elif choix == "6": print("6. Firewall") elif choix == "7": print("7. Network") elif choix == "8": print("8. General") elif choix == "9": print("9. Tache travaux") else: print("Erreur choix.") os.system("pause")
Run
Reset
Share
Import
Link
Embed
Language▼
English
中文
Python Fiddle
Python Cloud IDE
Follow @python_fiddle
Browser Version Not Supported
Due to Python Fiddle's reliance on advanced JavaScript techniques, older browsers might have problems running it correctly. Please download the latest version of your favourite browser.
Chrome 10+
Firefox 4+
Safari 5+
IE 10+
Let me try anyway!
url:
Go
Python Snippet
Stackoverflow Question