Storing data
-
Is there any way to store data (<1KB) from a Pythonista script running under iOS so it's available the next time the script is run? On a PC I could store it in a file, but that's not an option under iOS. Thanks for any tips.
-
Have a look here.
-
Thanks much!