SyntaxFix
Write A Post
Hire A Developer
Questions
a = " ".join(str(i) for i in range(10, 0, -1)) print (a)