0

Python 3.7.2

1. why it does not open the saved file? 2. Choose Edit with IDLE it opens but i can’t continue. How to fix it? when i save file.py and close it when i want continue work with file, for example for writing calcuator, it doesnt open file. when i I right click on the file.py “Edit with IDLE” it opens but doesnt work, command line does not work, its just like a simple text when i can delete all or write smth. Else i tried, i opened new file and write code f = open file.py - invalid tax i tried download python again but it does not work :/ damn it!!! What i need to do to continue write code in the saved file? What i need to do that i can open saved file???

24th Jan 2019, 6:50 AM
VSLV
VSLV - avatar
6 Answers
+ 6
What do you mean you can't continue, the editor hangs? please provide more details. Possible corrupt installation (file association)? try to uninstall - reinstall, and see if it helps, just a thought. Good luck!
24th Jan 2019, 7:49 AM
Ipang
+ 5
I tried to search for similar problems online but haven't found a good match, I'll get back to you if I do. I hope someone with more experience can help you in the meantime, sorry ... : )
24th Jan 2019, 8:21 AM
Ipang
+ 2
f = open file.py Is a syntax error because you have to use open("file.py", mode) Mode is a string argument that can be 'r' for reading , 'r+' for read and write, 'a' for appending text to the file
24th Jan 2019, 10:30 AM
Etabeta1🇼đŸ‡č
Etabeta1🇼đŸ‡č - avatar
+ 1
ok. ill try when i save file.py and close it when i want continue work with file, for example for writing calcuator, it doesnt open file. when i I right click on the file.py “Edit with IDLE” it opens but doesnt work, command line does not work, its just like a simple text when i can delete all or write smth. Else i tried, i opened new file and write code f = open file.py - invalid tax What i need to do to continue write code in the saved file? What i need to do that i can open saved file???
24th Jan 2019, 8:02 AM
VSLV
VSLV - avatar
+ 1
oh, thank u! :)
24th Jan 2019, 8:22 AM
VSLV
VSLV - avatar
0
thank u!
24th Jan 2019, 2:44 PM
VSLV
VSLV - avatar