SyntaxFix
Write A Post
Hire A Developer
Questions
You can see the differences b/w these two
import sys for i in range(1,10 ): sys.stdout.write(str(i)) sys.stdout.flush() for i in range(1,10 ): print i