-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Python version number is wrong #38
Comments
vwh
added a commit
that referenced
this issue
Mar 26, 2025
Thanks! yeah that was hardcoded and have been fixed! |
Awesome, thanks for maintaining this 👍.
Dne st 26. 3. 2025 12:19 uživatel Yazan ***@***.***> napsal:
… Thanks!
yeah that was hardcoded and have been fixed!
—
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG66XKPKRXWCEAUBP4GJCKT2WKEMHAVCNFSM6AAAAABZZZJXVOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONJUGA3DGOJUGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: vwh]*vwh* left a comment (vwh/python-playground#38)
<#38 (comment)>
Thanks!
yeah that was hardcoded and have been fixed!
—
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG66XKPKRXWCEAUBP4GJCKT2WKEMHAVCNFSM6AAAAABZZZJXVOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONJUGA3DGOJUGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Thanks a lot for creating this!
It prints
Running Python 3.12.1
, but when youprint(f"Running Python {sys.version.split()[0]}")
, it printsRunning Python 3.12.7
The text was updated successfully, but these errors were encountered: