added python 3.10

This commit is contained in:
Pyroseza 2021-10-13 16:56:12 +01:00
parent 8a89af7512
commit fecfed48fd
6 changed files with 39 additions and 0 deletions

7
packages/python/3.10.0/test.py vendored Normal file
View file

@ -0,0 +1,7 @@
working = True
match working:
case True:
print("OK")
case False:
print()