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
teamlist = [ ] | |
choice = " " | |
while choice != "X": | |
print("T E A M M A N A G E R") | |
print("=========================") | |
print("This program will help you manage and create your team") | |
print("\n") | |
print("A: Add a name") | |
print("S: Show the team list") |