/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 vote173 views1 answer
- 0 vote166 views1 answer
- 0 vote158 views1 answer
- 1 vote192 views2 answers
- 0 vote150 views1 answer
- 0 vote157 views1 answer
- 0 vote162 views1 answer
- 0 vote144 views1 answer
- 0 vote147 views1 answer
- 2 votes145 views1 answer