/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
- 6 votes182 views1 answer
- 0 vote151 views1 answer
- 0 vote120 views1 answer
- 0 vote133 views1 answer
- 8 votes125 views2 answers
- 1 vote141 views1 answer
- 0 vote169 views1 answer
- 0 vote126 views1 answer
- 1 vote119 views1 answer
- 0 vote127 views1 answer