Learn Recursion in Python — in MrBeast’s Voice!
Автор: PythonwithAbu
Загружено: 2025-06-25
Просмотров: 180
Описание:
What if a famous voice explained Python recursion in just 17 seconds? 😄
In this short video, you'll learn how to repeat a word using only 3 lines of code.
Perfect for beginners or anyone who loves clever coding tricks.
The code used:
def repeat_word(word, times):
if times less than or equal to 0:
return
print(word)
repeat_word(word, times - 1)
Enjoyed the format? Like, comment, and subscribe for more fun coding videos!
Which word would YOU repeat forever? Let me know below 👇
#pythonanddjangofullstackwebdeveloper #recursion #coding #shorts #programming #tech
Повторяем попытку...

Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: