4th Jan 2019, 7:26 PM
Rishab Sharma
Rishab Sharma - avatar
6 Answers
+ 6
Rishab the file in your code store variable values not the variables by name. You should read the file not call variables from it directly.
4th Jan 2019, 7:42 PM
Manual
Manual - avatar
+ 2
No data cannot be read from files. And therefore it cannot be printed. Put the data in a variable and develop the file-handling part on your own computer.
4th Jan 2019, 7:50 PM
sneeze
sneeze - avatar
+ 1
I dont why its not showing any option for writing input in file for 3 data types.
4th Jan 2019, 7:27 PM
Rishab Sharma
Rishab Sharma - avatar
+ 1
In the playground you cannot use file acces. Since the Sololearn server is a remote server. You can not access it file location. Nor can it reach yours. This would also be a huge security risk.
4th Jan 2019, 7:46 PM
sneeze
sneeze - avatar
0
Oh thnks
4th Jan 2019, 7:43 PM
Rishab Sharma
Rishab Sharma - avatar
0
Btw is there any way to print the data from files?
4th Jan 2019, 7:44 PM
Rishab Sharma
Rishab Sharma - avatar