Confusing file path for day 049

Problem description:
On day 049 on 100 days of code David wants us to read data in high.score. But the file relative to main.py is .tutorial/high.score. This can be very confusing and makes no sense to people that do not know how to navigate files in a file tree in code.

Expected behavior:
It is just high.score or it says the file path.

Actual behavior:
It does not

Steps to reproduce:
Go to day 049 of 100 days of code and try and open high.score

Bug appears at this link:
https://replit.com/@replit/Day49100Days

Browser/OS/Device:
Windows 11 FF dev edition 111.0b3

2 Likes

@IanAtCSTeach @DavidAtReplit Assigning to you guys

2 Likes

Thanks - that’s all been fixed!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.