/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 vote202 views1 answer
- 0 vote203 views2 answers
- 0 vote225 views2 answers
- 0 vote238 views1 answer
- 0 vote180 views1 answer
- 0 vote194 views3 answers
- 1 vote188 views2 answers
- 2 votes228 views2 answers
- 0 vote207 views2 answers
- 0 vote192 views1 answer