/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
- 0 vote293 views1 answer
- 36 votes293 views6 answers
- 5 votes340 views1 answer
- 2 votes307 views1 answer
- 2 votes315 views1 answer
- 58 votes304 views6 answers
- 6 votes303 views1 answer
- 12 votes275 views4 answers
- 0 vote338 views1 answer
- 0 vote328 views1 answer