+ 1
Why this code is not working?
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.
+ 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.
+ 1
I dont why its not showing any option for writing input in file for 3 data types.
+ 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.
0
Oh thnks
0
Btw is there any way to print the data from files?