+0  
 
0
783
1
avatar+80 

Consider the following function: def funky(a):

'''funky(num) -> num'''

b = 3 * a + 1

return b

What value of  causes the following to evaluate to -5:

4 * funky(x) + 3

 

I got -2, but it is wrong, plz help

off-topic
 May 21, 2020
 #1
avatar
0

Its -1

 Jun 13, 2021

0 Online Users