/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 vote224 views1 answer
- 5 votes163 views1 answer
- 0 vote190 views1 answer
- 0 vote168 views1 answer
- 0 vote176 views2 answers
- 0 vote126 views1 answer
- 0 vote176 views2 answers
- -1 vote121 views1 answer
- 1 vote203 views1 answer
- 120 votes169 views6 answers