add clear input

This commit is contained in:
2023-06-03 20:30:07 +03:00
parent 04afe11558
commit 5c4817feed
4 changed files with 63 additions and 18 deletions

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
},
"python.formatting.provider": "none"
}