Generation

generate functionWed, 12 Apr 2023

Realizar un script de Python que solicite un nombre, edad y entregue el nombre con el año de nacimiento.

name = input('enter your name: ') age = input('enter your age: ') print(f'your name is {name} and you were born in {2019-int(age)}')

Want to kickstart your project?Use the new AI Studio to create your code