/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 vote188 views1 answer
- 0 vote166 views1 answer
- 0 vote140 views1 answer
- 0 vote205 views1 answer
- 0 vote205 views1 answer
- 0 vote167 views2 answers
- 0 vote192 views1 answer
- 2 votes176 views1 answer
- 0 vote188 views1 answer
- 8 votes192 views3 answers