Commit b750acbe by huangchengcheng

congtu

parent dcfb1094
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