Aluko Kenny

Generation

generate functionSun, 14 May 2023

Ask a user to insert their name and say hello

def say_hello(): name = input("Enter your name: ") print("Hello,", name) say_hello()

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