/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 vote210 views1 answer
- 2 votes174 views2 answers
- 0 vote189 views1 answer
- 0 vote171 views2 answers
- 0 vote173 views1 answer
- 1 vote128 views1 answer
- 13 votes167 views4 answers
- 0 vote156 views2 answers
- 1 vote187 views1 answer
- 8 votes169 views2 answers