This website requires JavaScript.
Explore
Help
Sign In
actions
/
tools
Watch
1
Star
0
Fork
0
You've already forked tools
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
60a0214486ead8f87c9bde5e00c5ccbeea04b162
tools
/
execute.py
9 lines
96 B
Python
Raw
Normal View
History
Unescape
Escape
add execute.py
2025-03-29 01:37:26 +03:00
#!/usr/bin/env python
import
sys
Обновить execute.py
2025-03-29 01:56:51 +03:00
print
(
'
EXECUTE
'
)
print
(
'
#
'
*
80
)
add execute.py
2025-03-29 01:37:26 +03:00
print
(
sys
.
argv
)
Обновить execute.py
2025-03-29 01:56:51 +03:00
print
(
'
#
'
*
80
)
Reference in New Issue
Copy Permalink