/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
- 5 votes188 views6 answers
- 5 votes184 views4 answers
- 4 votes294 views2 answers
- 6 votes184 views1 answer
- 0 vote181 views2 answers
- 2 votes187 views1 answer
- 1 vote172 views1 answer
- 105 votes199 views4 answers
- 2 votes194 views3 answers
- 1 vote184 views2 answers