My Snippets
My Collections
Search Engine
Pricing
odd positive int
unknown
plain_text
2 years ago
86 B
5
Indexable
n=int(input("n=")) for i in range (n-1,0,-1): if i % 2 != 0: print(i)
Editor is loading...