D
digital_ant2
I'm new to python, so I'll be at detailed as I can be.
I need to generate a script where each line is like this:
Spam=(x)
Spam=(y)
Spam=(z)
each entry being on their own line, Spam is a string of text and
x,y,and z are random numbers, I also need it to be exported to a text
file with a specified extension.... being completely NEW to python I
push in the right direction would be really helpfull!
Thanks,
Pat
I need to generate a script where each line is like this:
Spam=(x)
Spam=(y)
Spam=(z)
each entry being on their own line, Spam is a string of text and
x,y,and z are random numbers, I also need it to be exported to a text
file with a specified extension.... being completely NEW to python I
push in the right direction would be really helpfull!
Thanks,
Pat