Alright, if you don't know what Python is, then this probably won't make much sense.
So my goal is to make a 1GB text file with Python.
Problem?
I started learning Python about an hour ago.
So at first I thought
a = "0"b = 1024print(a + b)input("Press Enter to continue...")
But that didn't work.
So how could this be accomplished? Maybe make Python do the math using 0's, and then output the results to a text file?