def hiOrHey(hello): print("hello") if hello == 'hi': print("Hey there!") else: print("SAY HI") hiOrHey(hello)
文件名