/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 vote209 views1 answer
- 3 votes195 views1 answer
- 0 vote223 views1 answer
- 2 votes189 views2 answers
- 0 vote192 views1 answer
- 0 vote186 views1 answer
- -1 vote225 views1 answer
- 1 vote211 views1 answer
- 2 votes211 views1 answer
- 1 vote195 views1 answer