/Python/Olst = [] a = int(input()) b = int(input()) for ele in range(a,b+1): if ele%2 != 0: olst.append(ele) print(olst[::-1])
Olst = [] a = int(input()) b = int(input()) for ele in range(a,b+1): if ele%2 != 0: olst.append(ele) print(olst[::-1])
Olst = [] a = int(input()) b = int(input()) for ele in range(a,b+1): if ele%2 != 0: olst.append(ele) print(olst[::-1])
1
- 0 vote210 views1 answer
- 1 vote189 views6 answers
- 0 vote179 views1 answer
- 0 vote207 views1 answer
- 0 vote186 views1 answer
- 0 vote192 views1 answer
- 0 vote189 views1 answer
- 0 vote202 views1 answer
- 1 vote199 views1 answer
- 0 vote171 views1 answer