SyntaxFix
Write A Post
Hire A Developer
Questions
# Print In One Line Python print('Enter Value') n = int(input()) print(*range(1, n+1), sep="")