What is the output of this code:
def square(number): square = number ** 2 print(square(4))
Poll
- A: 4
- B: 8
- C: 16
- D: None