/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
- 1 vote238 views2 answers
- 0 vote258 views1 answer
- 0 vote264 views1 answer
- 2 votes261 views2 answers
- 0 vote275 views1 answer
- 1 vote280 views2 answers
- 0 vote237 views1 answer
- 17 votes272 views4 answers
- 0 vote263 views1 answer
- 0 vote256 views1 answer