Learn Recursion in Python — in MrBeast’s Voice!
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
Видео Learn Recursion in Python — in MrBeast’s Voice! канала PythonwithAbu
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
Видео Learn Recursion in Python — in MrBeast’s Voice! канала PythonwithAbu
Комментарии отсутствуют
Информация о видео
25 июня 2025 г. 12:28:01
00:00:27
Другие видео канала