/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
- 1 vote249 views1 answer
- 0 vote297 views1 answer
- 0 vote268 views1 answer
- 35 votes249 views6 answers
- 1 vote285 views1 answer
- 0 vote276 views1 answer
- 4 votes288 views6 answers
- 2 votes249 views1 answer
- -1 vote277 views1 answer
- 2 votes275 views1 answer