Kevin Tiller

Generation

generate functionSat, 22 Apr 2023

Write a program to create a function that takes two arguments as user input, name and age, and print their value.

name = input("What's your name?") age = input("How old are you?") print("Hello", name, "next year you will be", age, "years old!")

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