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
>>> file_path = Path.home() / "temperatures.txt"
but in page 375 says: This creates a file called temperatures.csv in your home directory andopens it in append mode.
Obviously it creates temperature.txt not temperature.csv
The text was updated successfully, but these errors were encountered:
>>> file_path = Path.home() / "temperatures.txt"
but in page 375 says:
This creates a file called temperatures.csv in your home directory andopens it in append mode.
Obviously it creates temperature.txt not temperature.csv
The text was updated successfully, but these errors were encountered: