Skip to content

Instantly share code, notes, and snippets.

View MrE-23's full-sized avatar

MrE-23

  • Joined Oct 14, 2025
View GitHub Profile
@MrE-23
MrE-23 / gist:546a0eb351f9f8ef87787fbf9c9a924a
Created October 14, 2025 14:35
Python - Team Manager (prototype)
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")