+ 3
Hi, There are two wornings :failed to open file. No such file, but the file egxist. It is below.
https://code.sololearn.com/wpP6XHf4KLs6/?ref=app https://code.sololearn.com/wUgbn6UUovxQ/?ref=app
2 Respostas
+ 3
The environment your program runs in is a clean sandbox with nothing available. Your code can write the file and read it afterwards. Otherwise, you can run elsewhere (don't ask me how or where as I don't know) that you may create the file to use.
+ 3
OK, Thank You Mr. Wells