refactoring: čištění
This commit is contained in:
@@ -270,7 +270,6 @@ def game(data: tuple) -> None:
|
||||
msg = data[2]
|
||||
count = data[3]
|
||||
th = data[4]
|
||||
# clear()
|
||||
inp = input(msg)
|
||||
data = evaluate(inp, count, th)
|
||||
else:
|
||||
@@ -296,7 +295,6 @@ def main() -> None:
|
||||
clear()
|
||||
print("Vítejte ve hře v kostky!")
|
||||
add_players()
|
||||
input("Prosím, stiskněte enter pro první hod:")
|
||||
data = ("count", 6, "")
|
||||
game(data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user