I have a question on how to organise files in Python – I’m trying to build a text based game. all was going great with using import stuff, room2 into room1 – however when I then got to programming room2, and the facility to go back to room1 (thus requiring an import of room1.py to enable its function call – I get errors.