/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 vote349 views1 answer
- 0 vote362 views1 answer
- 0 vote324 views1 answer
- 0 vote309 views1 answer
- 0 vote336 views1 answer
- 0 vote317 views1 answer
- 0 vote343 views1 answer
- 0 vote364 views1 answer
- 0 vote338 views2 answers
- 4 votes372 views5 answers