/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
- 2 votes155 views2 answers
- 0 vote155 views1 answer
- 17 votes161 views4 answers
- 9 votes151 views2 answers
- 0 vote131 views1 answer
- 1 vote152 views1 answer
- 1 vote178 views1 answer
- 0 vote169 views1 answer
- 1 vote153 views1 answer
- 0 vote154 views1 answer