Question: Consider this program: If we execute testMe(5,51,Hello back to you!), what will print? def testMe (p,q,r): if q > 50: print r value = 10
Consider this program:

If we execute testMe(5,51,"Hello back to you!"), what will print?
def testMe (p,q,r): if q > 50: print r value = 10 for i in range (1,p): print "Hello" value = value - 1 print value print r
Step by Step Solution
3.35 Rating (158 Votes )
There are 3 Steps involved in it
Hello back t... View full answer
Get step-by-step solutions from verified subject matter experts
