LoganKells

Results 2 issues of LoganKells

When running the ```x = input("give me value");``` this error shows the method is not supported. [https://www.mathworks.com/help/matlab/ref/input.html?s_tid=doc_ta](https://www.mathworks.com/help/matlab/ref/input.html?s_tid=doc_ta ) ``` Error using input Support for user input is required, which is...

This line `f = open(path, 'w'')` needs to have `encoding='utf-8'` to work properly in Windows and avoid the following error when characters are not `UnicodeEncodeError: 'charmap' codec can't encode character...