+ 1
How to upload data taken from python program to online server?
Suppose if i made a game and i want to take the hi-scores of players playing that game and upload it to a database. Later when another player plays the game when he looks at score board i want to bring data stored in database and paste it here. How to do this?
1 Réponse
+ 2
Examine the code below by Kirk Schafer where the state of the game is saved in a Google doc.
That's one of the options, of course:
https://code.sololearn.com/cx84c2P4zMgt/?ref=app