Set 139 Practical Question
⭐ Q41. Cumulative List बनाइए
Example Code (Read Only):
lst = list(map(int, input("Enter numbers: ").split())) cum = [] s = 0 s += x
Python Online Editor
Font Size:
12px
14px
16px
18px
20px
24px
30px
RUN