jetbrains-academy / introduction_to_python

Introduction to Python course
MIT License
41 stars 27 forks source link

Can't get the explanation Functions / Args and Kwargs #201

Closed edutools-service closed 1 year ago

edutools-service commented 1 year ago

In the description you are saying that name receives tuples which are written inside parenthesis, but in the code editor's comments, you are saying to write the name or *phrase, in a list form [] and not in a tuple. As mentioned before, in the tuples.py you are introducing tuples and is described that tuples are written inside parenthesis. Please explain it to me, I can't get it.