/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
- 19 votes202 views6 answers
- 11 votes146 views6 answers
- 3 votes149 views2 answers
- 3 votes153 views3 answers
- 0 vote154 views1 answer
- 0 vote220 views1 answer
- 12 votes140 views6 answers
- 0 vote154 views1 answer
- 0 vote151 views1 answer
- -1 vote182 views1 answer