- 1
Someone please help to python example bellow. I want to know whether it possible fifth, or tenth, or it works only twice ther
calculate much more
6 Réponses
+ 2
how do you want it
exactly?
+ 1
it growth ten two times only , can we do make a program to grow it much morebtime
+ 1
yes just like
x=nice*hot
return x+10
add as many params as you like
0
def apply_twice (nice, hot):
return nice(nice(hot)
def add_ten(x)
return x +10
print (apply_twice(add_ten, 50))
- 1
def apply_fifth(nice, hold, girl, boy, hot)
- 1
but dont know how rightly return them