+ 1
Match case not allowed in solo learn?
https://sololearn.com/compiler-playground/cMDIWJ994olV/?ref=app
1 Réponse
+ 4
match case is for Python 3.10 and above. Sololearn Python version is 3.9.18
import sys
print(sys.version)
Sololearn should really upgrade it's Python version.
3.9 was released on 2020. It is at end-of-support this year. 🙄
Python is now at 3.14...
https://devguide.python.org/versions/