Created
July 10, 2020 08:29
-
-
Save BexTuychiev/0f7fe86d334cc13fc67220c8e1994e93 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def function_name(arg1: type1, opt_arg: type2 = default) -> return_type: | |
pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment