Archived
1
0
Fork 0
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
akari-bot/test.py
2020-06-13 20:43:43 +08:00

5 lines
No EOL
95 B
Python

import os, sys
s = sys.argv[1]
g = sys.argv[2]
sss = s +' '+g
os.system("python ttttt.py "+sss)