Advertisement
here2share

# Tk_Hello_from_Bash.py

Jan 15th, 2020
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. # Tk_Hello_from_Bash.py
  2.  
  3. import os
  4. os.system("echo Hello from Bash Command on the other side!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement