Generation

generate functionSat, 28 Jan 2023

generate the code for the game character

def generate_code(charac_name, charac_class, charac_age, charac_sexe): """ Generate the code for the game character """ return charac_name + "-" + charac_class + "-" + charac_age + "-" + charac_sexe

Questions about programming?Chat with your personal AI assistant