We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869bc03 commit 587847bCopy full SHA for 587847b
1 file changed
Main.py
@@ -82,7 +82,7 @@ def CombinatorialCalculus():
82
print("#################################")
83
continueExec = input("\nWrite Y to do another calculus or N to close the app: ")
84
continueExec = continueExec.lower()
85
- CleanScreen()
+ CleanScreen()()
86
87
88
0 commit comments