We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2884645 commit ec20e6dCopy full SHA for ec20e6d
idle.cmd.cls()
@@ -0,0 +1,5 @@
1
+import os
2
+def cls():
3
+ os.system('cls')
4
+
5
+#use cls() to clear cmd prompt
0 commit comments