/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
- 7 votes149 views1 answer
- 0 vote131 views1 answer
- 0 vote130 views1 answer
- 0 vote142 views1 answer
- 7 votes174 views2 answers
- 1 vote147 views1 answer
- 1 vote136 views1 answer
- 1 vote144 views1 answer
- 24 votes147 views6 answers
- 0 vote134 views1 answer