Party/mate.py
fingadumbledore 96f2bedb01 kommentare
2023-05-12 19:57:05 +02:00

18 lines
329 B
Python

""" important """
# mws = matewirtschaftssystem
def mws():
""" manage mate """
print("Mate")
def materechner():
""" calculate mate """
print("eine Mate haha")
def mate_logik(sorte, anzahl):
""" mate logic """
print("ich kann denken")
if __name__ == "__main__":
print("Use main.py to use program")