HonorSTUDENT05go HonorSTUDENT05go Computers and Technology Answered Consider the following code: val = 50 def example(): val = 15 print (val) print (val) example) print (val) What is output? 1. 2. 3.