SyntaxFix
Write A Post
Hire A Developer
Questions
print("single",end=" ") print("line")
this will give output
single line
for the question asked use
i = 0 while i <10: i += 1 print (i,end="")