+ 1
Which version of python does we make programs of in our solo learn App? If any body could help me reply please...
4 Antworten
+ 4
import sys
print(sys.version)
+ 3
You can use the platform module for info
https://code.sololearn.com/cEvCmU0mWh0T
+ 2
Python 3... as you mentioned in your tags.. if you mean the exact version (3.8.1, 3.9.2 etc) - I don't know, and it doesn't really matter.. I assume it's 3.9+