/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 vote103 views2 answers
- 45 votes95 views6 answers
- 0 vote88 views1 answer
- 1 vote107 views1 answer
- 7 votes105 views2 answers
- 0 vote102 views1 answer
- 0 vote103 views1 answer
- 0 vote108 views1 answer
- 2 votes172 views1 answer
- 0 vote101 views1 answer