Computer Science, asked by mohammadrizvi, 7 months ago

Write a python program to print the following series:-
0 3 8 15 24 35 48 63 80 99

Answers

Answered by kumarneelam357
0

Answer:

126 rahi hai kya hua ro is

Answered by RuwaisnZaid
2

Explanation:

even =

0 8*4

8

24

48

80

c = 8

l = [0,3,8,15,24,35,48,63,80,99]

for i i range(len(l)):

if i%2==0:

c=c*2

i = i+c

if i%2!=0:

Similar questions