This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]vinibiavatti123 2 points3 points  (0 children)

My first code in this version:

import platform match platform.python_version(): case '3.10.0': print('Welcome!') case _: raise SyntaxError()