ch11-24: clean up by @eumiro & sync with Atlas
This commit is contained in:
2
13-protocol-abc/double/double_object.py
Normal file
2
13-protocol-abc/double/double_object.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def double(x: object) -> object:
|
||||
return x * 2
|
||||
Reference in New Issue
Block a user