This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liangjinman
/
automation
Watch
0
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4
Commits
1
Branch
0
Tags
411 KiB
Python
100%
Tree:
07968f3206
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '07968f3206'
${ noResults }
automation
/
zhitongbao
/
debugtalk.py
5 lines
56 B
Raw
Blame
History
import
time
def
sleep
(
n_secs
)
:
time
.
sleep
(
n_secs
)