Question: What will this function print? def count(x) : if x>10 : print (This is too big) else: print (This is too small) count (8)

What will this function print? def count(x) : if x>10 : print ("This is too big") else: print ("This is too small") count (8)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
