FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GitHub Viewer
def concat_(*args): """ Converts `args` into string and joines them """ return ''.join([str(x) for x in list(args)])
Back
|
FazBrowse Home
|
New Git URL