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