Commit 5f36f135 by huangchengcheng

ȴ???

parent ae8ae97a
import time
def sleep(secs):
"""等待secs秒"""
time.sleep(secs)
if __name__ == "__main__":
pass
# print("start:%s"%time.ctime())
# sleep(5)
# print("end:%s"%time.ctime())
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