PW Akshay

Generation

generate functionSun, 04 Dec 2022

print("hello world") ## make the printed statement such that I can edit it further i.e. remove hello (no function)

def print_hello(name): print("hello " + name)

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