0
Rearrange the code to declare a function sayHi() and call it.
Hello everyone , what is ti answer?
4 Answers
+ 3
This question is not full. You copied it feom a lesson I guess. Please post the full question so that we can help you explaining it.
+ 2
Answer is:
def sayHi():
print("Hi!")
sayHi()
0
I assume the answer may be :
def sayHi():
sayHi()
0
def sayhi():
print("hi!")
sayhi()