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:

def testMe (p,q,r): if q > 50: print r value = 10 for i in range (1,p): print

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

1 Expert Approved Answer
Step: 1 Unlock

Hello back t... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Introduction to Computing and Programming in Pytho Questions!