/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
- 0 vote210 views1 answer
- 3 votes224 views3 answers
- 0 vote215 views1 answer
- 0 vote212 views2 answers
- 0 vote214 views1 answer
- 1 vote211 views1 answer
- 2 votes212 views1 answer
- 3 votes220 views3 answers
- 1 vote200 views1 answer
- 1 vote229 views1 answer