Almenon / Almenon/AREPL-vscode
os.system('cls') does not clear arepl print output
オープン
bug
help wanted
- 主要言語
- TypeScript
- スター
- 301
- フォーク
- 46
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
評価
この issue はまだ評価されていません。