Almenon / Almenon/AREPL-vscode

os.system('cls') does not clear arepl print output

オープン
#154 コメント 1 件 リアクション 0 件 担当者 1 名 @Almenon が担当を希望しています GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。