Skip to content

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

Description

@YSJ1996

in[15]

进度条

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

似乎缺少了import sys

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions