/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 vote340 views1 answer
- 0 vote331 views1 answer
- 20 votes292 views3 answers
- 4 votes292 views2 answers
- 0 vote302 views2 answers
- 2 votes332 views4 answers
- 5 votes321 views2 answers
- 28 votes299 views6 answers
- 0 vote304 views2 answers
- 8 votes296 views2 answers