+ 8
import os
clear = 'cls' if os.name == 'nt' else 'clear'
os.system(clear)
5th Jan 2019, 8:42 AM
Mert Yazıcı

Often have questions like this?
Learn more efficiently, for free:
Hot today
Can CSS Work Without HTML?đ
4 Votes
How I continue learning?
3 Votes
Python
0 Votes
Python
0 Votes
Godot
0 Votes
Code python
0 Votes