/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
- 8 votes170 views2 answers
- 0 vote121 views1 answer
- 265 votes233 views27 answers
- 17 votes173 views2 answers
- 0 vote140 views1 answer
- 0 vote162 views1 answer
- 2 votes161 views2 answers
- 1 vote132 views1 answer
- 0 vote158 views1 answer
- 0 vote130 views2 answers