Kevin Tiller

Generation

generate functionSun, 23 Apr 2023

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

def user_input(name, age): print("name is",name) print("age is", age) user_input("sushu", 25)

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