/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 vote106 views1 answer
- 0 vote109 views2 answers
- 22 votes106 views4 answers
- 9 votes112 views2 answers
- 1 vote105 views1 answer
- 0 vote121 views1 answer
- 0 vote167 views1 answer
- 110 votes103 views6 answers
- 0 vote100 views1 answer
- 0 vote104 views1 answer