Almenon / Almenon/AREPL-vscode
os.system('cls') does not clear arepl print output
Offen
bug
help wanted
- Vorherrschende Sprache
- TypeScript
- Sterne
- 301
- Forks
- 46
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
os.system('cls') should clear arepl print output.
```python
import os
from time import sleep
print('hello')
os.system('cls')
sleep(.25)
print('world')
```
Expected result: hello appears, then is cleared and replaced by world.
Actual: hello appears, then world is appended after that.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.