/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 vote341 views2 answers
- 0 vote376 views2 answers
- 6 votes364 views2 answers
- 0 vote389 views1 answer
- 0 vote349 views1 answer
- 2 votes342 views2 answers
- 13 votes397 views2 answers
- 1 vote345 views1 answer
- 3 votes355 views3 answers
- 0 vote346 views1 answer