我想知道如何在python 3中创建一个表,该表每周有7列,并且有一个变量定义的行数。我需要为每个单独的人输入员工工作时间,并能够在以后添加它们。这个问题真的让我陷入循环。
例如:
employeeAmount = int(input("Enter the amount of employees here"))
然后表格下降" employeeAmount"时间。
我需要这样的东西 员工1 | 7 | 9 | 8 | 8 | 0 | 9 | 7 | 员工2等 员工3等