Repl.it DB is super simple to get up and running. Just use it like a regular python dictionary: from replit import db db["key"] = 12 print(db["key"]) # => ...
確定! 回上一頁