f = open("my_name.txt", "w")
f.write("Your name here")
f.close()
You just have to change Your name here to your actual name. I wrote my code in python 3.8. I hope this helps.
8.1m questions
10.7m answers