Rohit Kumar

Generation

generate functionSat, 26 Nov 2022

Kivymd app data share

def save_data(data): with open("data.json", 'w') as file: json.dump(data, file) def read_data(): with open("data.json", 'r') as file: data = json.load(file) return data

Questions about programming?Chat with your personal AI assistant