/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
- 5 votes107 views1 answer
- 0 vote133 views1 answer
- 1 vote117 views1 answer
- 0 vote112 views1 answer
- 145 votes114 views5 answers
- 0 vote117 views1 answer
- 14 votes113 views4 answers
- 31 votes119 views3 answers
- 0 vote121 views1 answer
- 0 vote129 views1 answer