stanblank6186 stanblank6186 22-02-2024 Computers and Technology contestada Given the function heading (header) below, which would be a valid function call? def somefunction(a): 1) somefunction() 2) somefunction(5) 3) somefunction('hello') 4) somefunction(a)