Concerning parameters in the as section: I think using `with` would make it
easier to understand.
try match result:
as Dog:
print("Dog")
as Cat with lives:
print(f"Cat with {lives} lives")
as tuple with (arg1, arg2):
print(f"Tuple with args {arg1}, {arg2}")
We've got to be considerate of other languages: What if, for example, a German
speaker is looking for example code in English documentation and sees the word
"speck"? He/she will think it means bacon and will be offended!
Sent via the Samsung Galaxy S® 6, an AT&T 4G LTE smartphone
Get Outlook fo