/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 vote113 views2 answers
- 0 vote90 views1 answer
- 0 vote94 views1 answer
- 4 votes176 views5 answers
- 2 votes109 views2 answers
- 0 vote94 views1 answer
- 0 vote102 views1 answer
- 0 vote97 views1 answer
- 0 vote105 views1 answer
- 1 vote102 views1 answer