Almenon / Almenon/AREPL-vscode
os.system('cls') does not clear arepl print output
Abierto
bug
help wanted
- Lenguaje dominante
- TypeScript
- Estrellas
- 301
- Forks
- 46
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.