Daniel Carter
Nov 22, 2022

If you have more arguments than one you could store the arguments together in a list. For example if you had ticker and date, you could do [("AAPL", "2022-01"), ("AMZN", "2022-02")...]

Then you could unpack the arguments within the function. For example:

ticker, date = args[0], args[1]

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

No responses yet

Write a response