PYTHON_TASKS Telegram 2749
Что выведет код?
def f(n):
return 0 if n == 0 else 2**n + f(n-1)
print(f(3))



tgoop.com/python_tasks/2749
Create:
Last Update:

Что выведет код?

def f(n):
return 0 if n == 0 else 2**n + f(n-1)
print(f(3))

BY Python Tasks & ML | Задачи по питону и машинному обучению


Share with your friend now:
tgoop.com/python_tasks/2749

View MORE
Open in Telegram


Telegram News

Date: |

The optimal dimension of the avatar on Telegram is 512px by 512px, and it’s recommended to use PNG format to deliver an unpixelated avatar. When choosing the right name for your Telegram channel, use the language of your target audience. The name must sum up the essence of your channel in 1-3 words. If you’re planning to expand your Telegram audience, it makes sense to incorporate keywords into your name. Telegram Channels requirements & features Click “Save” ; Don’t publish new content at nighttime. Since not all users disable notifications for the night, you risk inadvertently disturbing them.
from us


Telegram Python Tasks & ML | Задачи по питону и машинному обучению
FROM American