Skip to content

Commit

Permalink
Update 142
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaka3 authored Jan 20, 2024
1 parent ffc0571 commit f553852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions translation/drafts/142
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

"""
"
Ye function ek integers ka list lega. List ke saare entries ke liye function us integer entry ko square karega agar uska index 3 ka
Ye function ek integers ki list lega. List ke saare entries ke liye, function integer entry ko square karega agar uska index 3 ka
multiple hai aur cube karega agar uska index 4 ka multiple hai aur 3 ka multiple nahi hai. Function un entries ko change nahi
karega jinki indexes 3 ya 4 ka multiple nahi hai. Phir function saare entries ka sum return karega.

Udaaharan:
Examples:
Agar lst = [1,2,3] hai to output 6 hona chahiye
Agar lst = [] hai to output 0 hona chahiye
Agar lst = [-1,-5,2,-1,-5] hai to output -126 hona chahiye

"""
"""

0 comments on commit f553852

Please sign in to comment.