You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To setup the same flight data in part 1, it calls for the following to set up the data variable; however, I can't find the text file ('modern-1-url.txt') to pull the data set. Where is this text file or what is in it?
with open('modern-1-url.txt', encoding='utf-8') as f:
data = f.read().strip()
The text was updated successfully, but these errors were encountered:
To setup the same flight data in part 1, it calls for the following to set up the data variable; however, I can't find the text file ('modern-1-url.txt') to pull the data set. Where is this text file or what is in it?
with open('modern-1-url.txt', encoding='utf-8') as f:
data = f.read().strip()
The text was updated successfully, but these errors were encountered: