Created
January 25, 2023 09:38
-
-
Save ram1123/f25bd244574cf5eba6ac5b2d85052dbd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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