Commit 59db68d7 by taoke

Merge remote-tracking branch 'origin/master'

parents 267dc624 c8e9fac6
import time import time
def sleep(secs): def sleep(secs):
"""等待secs秒""" """等待secs秒"""
time.sleep(secs) print("ss")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment