Skip to content

Instantly share code, notes, and snippets.

@ram1123
Created January 25, 2023 09:38
Show Gist options
  • Save ram1123/f25bd244574cf5eba6ac5b2d85052dbd to your computer and use it in GitHub Desktop.
Save ram1123/f25bd244574cf5eba6ac5b2d85052dbd to your computer and use it in GitHub Desktop.
import sys
if sys.version_info[0] < 3:
print("This script requires Python 3. Please use Python 3 to run this script.")
sys.exit()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment