/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
- 70 votes132 views6 answers
- 21 votes153 views4 answers
- 0 vote161 views3 answers
- 1 vote141 views1 answer
- 0 vote202 views1 answer
- 0 vote141 views1 answer
- 0 vote172 views1 answer
- 4 votes145 views4 answers
- 2 votes206 views1 answer
- 0 vote143 views2 answers