13 Jun
2020
13 Jun
'20
11:37 a.m.
This operator will allow to send arguments to function only by certain values. Example: def some_function(a > (1, 2,3), b): # Some code some_function(1, 2) some_function(4, 2) # Error "Value '4' is not allowed for argument 'a'"