Please open Telegram to view this post
VIEW IN TELEGRAM
def raqamlar_yigindisi(n):
if n < 10: #
return n
else:
return n % 10 + raqamlar_yigindisi(n // 10)
if n < 10: #
return n
else:
return n % 10 + raqamlar_yigindisi(n // 10)
Berilgan N natural sonning raqamlari yig'indisini rekursiv funksiya yordamida hisoblang.
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥2
Well guys, I have completed my plan and carefully structured it. My challenge starts on Thursday because I know you don't care about the reason 🗿
Challenge Plan:
- Every day, I will read 15-20 pages from The Art of Invisibility by Kevin Mitnick. After every chapter, I will post my overall thoughts in this channel.
- Every day, I will solve one problem from LeetCode in java python kotlin (since we are learning it at university).
- Every day, I will watch a video from Professor Messer's channel related to my major. For now, I have chosen the Network+ certification course.
I believe this plan is enough because if the tasks are too difficult, motivation tends to decrease.
Wish me luck😐
@leetcode7
Challenge Plan:
- Every day, I will read 15-20 pages from The Art of Invisibility by Kevin Mitnick. After every chapter, I will post my overall thoughts in this channel.
- Every day, I will solve one problem from LeetCode in java python kotlin (since we are learning it at university).
- Every day, I will watch a video from Professor Messer's channel related to my major. For now, I have chosen the Network+ certification course.
I believe this plan is enough because if the tasks are too difficult, motivation tends to decrease.
Wish me luck
@leetcode7
Please open Telegram to view this post
VIEW IN TELEGRAM