Generation

generate functionThu, 20 Apr 2023

create a struct of a number and a 100 character long string

def create_order(id, message): return {'id': id, 'message': message} create_order(1, 'a'*100)

Questions about programming?Chat with your personal AI assistant