I can't for the life of me solve this problem :icon_confused:
Write a function called rand_goodbye(name) that returns (not prints!) a string that says goodbye, where the goodbye phrase is chosen at random from these three possibilities:
* Goodbye name
* See ya' later name
* name: stay cool!
I'm trying to use the random.randint function but it's not working...
Any help would be greatly appreciated as it's driving me insane.