Python Forum
"Use proper inputs to download stock data"
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"Use proper inputs to download stock data"
#6
Assigning value to the 5 exchange variables expect an iterable (e.g. tuple or list) of 5 elements to be unpacked. You provide only 1 (None) element. One solution is:

exchange1, exchange2, exchange3, exchange4, exchange5  = [None]*5
Reply


Messages In This Thread
RE: "Use proper inputs to download stock data" - by j.crater - Jan-28-2018, 08:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question Stock market data in LibreOffice Calc Pitone 3 4,357 Jan-14-2021, 04:34 AM
Last Post: DrinkinBeer
Photo How to do a graph in Python? (and proper terminology) jpy 2 2,112 Dec-23-2020, 01:07 PM
Last Post: codeto

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020