/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 vote346 views1 answer
- 0 vote326 views1 answer
- 0 vote313 views1 answer
- 0 vote339 views2 answers
- 0 vote313 views1 answer
- 0 vote295 views1 answer
- 0 vote339 views1 answer
- 20 votes306 views4 answers
- 0 vote319 views1 answer
- 1 vote308 views3 answers