Skip to content

Instantly share code, notes, and snippets.

@dark-lbp
Created February 4, 2024 08:10
Show Gist options
  • Save dark-lbp/df2c823947ad5f48d0313eec97c933c6 to your computer and use it in GitHub Desktop.
Save dark-lbp/df2c823947ad5f48d0313eec97c933c6 to your computer and use it in GitHub Desktop.
test_python.py
import os
exit_status =os.system('whoami')
print(exit_status)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment