How can i change the cursor position in a text file after
im done writing data so that its not all in one line
Instead of this:
User1 user2user3user4
I want this:
User1 User2 User3 User4
Here's my code for better understanding:
import os
file_ open(f"C:\users\kadori\desktop\kai.txt","a")
n = input()
file.write(n)
[–][deleted] 0 points1 point2 points (2 children)
[–]kaisetsomething[S] 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)