#CS-6207
Awesome StudentQuestion • Programming Languages with Compiler

Which value is not an argument to the "hello" function?def hello(name): print("Hey,", name) hello("John") hello("Mya")

Answer

"Hey"