Greetings,
I would like to make a programm that would generate a long string of numbers or characters in the way that the user firts states how long the so called word should be (let's say 10 000) and will also state the rules for creating the word: i.e. 1 will change to 001 and 0 will change to 010.
(this program will later be used to research some characteristics of this kind of words)
I would like to ask, which programming language is the best to programm this. I have never tried Python before, but somebody mentioned it could be appropriate.
Thanks a lot!