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()

Questions about programming?Chat with your personal AI assistant