Created
February 16, 2019 14:51
-
-
Save Ventsislav-Yordanov/62a14b99901a83f315eedc5c7125eea4 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 args_example(*args): | |
print(type(args)) | |
print(args) | |
args_example(1, 23, 4, 52, 2, 123) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment