/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 vote175 views1 answer
- 1 vote179 views1 answer
- 4 votes172 views4 answers
- 0 vote225 views1 answer
- 0 vote159 views1 answer
- 5 votes165 views2 answers
- 1 vote153 views1 answer
- 0 vote193 views1 answer
- 1 vote174 views1 answer
- 1 vote242 views1 answer