Forum Discussion
Arcano_Sombrio
9 years agoNew Contributor
Try this:
import os
command = "tskill em*"
os.system(command)
Related Content
- 10 years ago
Recent Discussions
- 4 days ago
- 4 days ago
- 7 days ago
Try this:
import os
command = "tskill em*"
os.system(command)