/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
- 16 votes155 views3 answers
- 0 vote163 views2 answers
- -1 vote161 views1 answer
- 0 vote184 views1 answer
- 0 vote160 views1 answer
- 0 vote157 views1 answer
- 108 votes151 views6 answers
- 8 votes181 views1 answer
- 9 votes174 views3 answers
- 0 vote105 views1 answer