/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 vote131 views1 answer
- 1 vote150 views1 answer
- 0 vote141 views3 answers
- 1 vote134 views1 answer
- 1 vote145 views2 answers
- 1 vote139 views2 answers
- 0 vote169 views1 answer
- 0 vote138 views1 answer
- 1 vote148 views1 answer
- 0 vote159 views1 answer