create 0.8.1

This commit is contained in:
ada-dmitry
2024-05-16 11:00:48 +03:00
parent 7adca1884d
commit 702a3ca3f9
19 changed files with 1015 additions and 6 deletions
+10
View File
@@ -0,0 +1,10 @@
import os
print('До очистки')
# Для Windows
os.system('cls')
print('после очистки')