/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 vote230 views1 answer
- 0 vote237 views2 answers
- 0 vote241 views1 answer
- 1 vote230 views1 answer
- 0 vote240 views1 answer
- 1 vote223 views1 answer
- -1 vote229 views1 answer
- 0 vote235 views1 answer
- 0 vote226 views1 answer
- 2 votes244 views2 answers