Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python_basic 两天入门python-第一天.ipynb #5

Open
YSJ1996 opened this issue Nov 9, 2019 · 0 comments
Open

python_basic 两天入门python-第一天.ipynb #5

YSJ1996 opened this issue Nov 9, 2019 · 0 comments

Comments

@YSJ1996
Copy link

YSJ1996 commented Nov 9, 2019

in[15]

进度条

import time
for i in range(50):
sys.stdout.write('#')
sys.stdout.flush()
time.sleep(0.5)

似乎缺少了import sys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant