Dive into Code
Home
Django Docs
Placeholder
Popular Greece
Eshop
Price Tracker
Metro Athens
Iterate python args
Python
July 17, 2017
python
Iterate python args
python
Copy
1 2 3
def
function
(
*
args
):
for
arg
in
args
:
print
(
arg
)
Share this:
Related Posts
function to reverse a string
Python decorator example
Python async scrapper with postgres and sqlalchemy
Python flatten ordereddict
Unique list of dicts in python function
SqlAlchemy function insert items in batches