manuel trujillo

Generation

generate functionWed, 03 May 2023

código que le pregunte el nombre al usuario

def ask_name(): name = input('what is your name?') print(f'Hello {name}') ask_name()

Questions about programming?Chat with your personal AI assistant