mirror of
https://github.com/ada-dmitry/lab6.git
synced 2026-09-24 17:30:17 +00:00
10 lines
112 B
Python
10 lines
112 B
Python
|
|
|
|
import os
|
|
|
|
|
|
print('До очистки')
|
|
# Для Windows
|
|
os.system('cls')
|
|
|
|
print('после очистки') |