/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 vote243 views1 answer
- 70 votes271 views6 answers
- 13 votes288 views3 answers
- -1 vote268 views2 answers
- 21 votes291 views5 answers
- 0 vote295 views1 answer
- 0 vote286 views1 answer
- 0 vote290 views1 answer
- 0 vote298 views1 answer
- 3 votes268 views1 answer