According to
What’s New In Python 3.10,
PEP 636, and
the docs,
you use a | between patterns:
case 'Egide' | 'Eric':
According to
What’s New In Python 3.10,
PEP 636, and
the docs,
you use a | between patterns:
case 'Egide' | 'Eric':