I need to be able to insert elements from a list into an API query

Essentially I will have a dataset of approximately up to 40 numbers stored in a list and I need a way to iterate or loop over the list and be able to insert each element or item from the list into an attribute for an API query.

Can anyone think of an easy way to do this with Python?

Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.