/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.2K votes551 views10 answers
- 0 vote298 views1 answer
- 56 votes283 views3 answers
- 0 vote270 views2 answers
- 0 vote274 views1 answer
- 0 vote322 views1 answer
- 0 vote323 views1 answer
- 3 votes250 views6 answers
- 4 votes293 views1 answer
- 0 vote290 views1 answer