/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 vote246 views1 answer
- 0 vote243 views1 answer
- 1 vote254 views1 answer
- 0 vote271 views1 answer
- 0 vote241 views3 answers
- 0 vote232 views1 answer
- 0 vote214 views1 answer
- 2 votes241 views1 answer
- 3 votes250 views2 answers
- 0 vote240 views1 answer