• Kursy
  • Kompilator kodu
  • Dyskusja
  • Cennik
  • Zespoły
Menu
0

Why the function return 24?

def func(num): g=(lambda x:1 if x==1 else x*g(x-1)) return g(num) print(func(4))

pythonlambda
19th May 2020, 1:08 PM
Gleboffsky
Gleboffsky - avatar
1 Odpowiedź

Często masz takie pytania?

Ucz się bardziej efektywnie, za darmo:

  • Wprowadzenie do Pythona

    7.1M uczących się

  • Wprowadzenie do Java

    4.7M uczących się

  • Wprowadzenie do C

    1.5M uczących się

  • Wprowadzenie do HTML

    7.5M uczących się

Zobacz wszystkie kursy
Popularne dzisiaj
How many time I can use sololearn trial mode?
1 Votes
Ошибка в приложении Sololearn
1 Votes
Is anyone else experiencing this Sololearn issue?
0 Votes
NEO V2.0
1 Votes
Did sololearn helped you to get easier a job?
1 Votes
Sololearn course
1 Votes
solo learn program issue - iPhone?
1 Votes
Python
0 Votes
Bug sur le deuxième cours de python
1 Votes
Is it possible to write Rust code that is as compact and expressive as Python?
0 Votes