def hello(name): print(name)

print("HELLO YOURNAME") hello("Shubham")