7 Respostas
+ 7
# Hi! You can try:
import platform
print(platform.python_version())
+ 3
Per Bratthammar thank you
+ 2
Axel_ Hi! You don’t have to worry! The code is running on a SoloLearn server long way from you. Only the result is returned to you. 🙂
+ 1
Per Bratthammar on the one hand, this fact is pleasant because of security; on the other hand, it is sad because we cannot update the Python interpreter to the current version on Sololearn servers, as we could do for pip or other plugins.…
0
It uses Python 3.8.11