I would like to put an int into a string. This is what I am doing at the moment:
int
string
num = 40 plot.savefig(\'hanning40.pdf\') #problem
You just have to cast the num varriable into a string using
str(num)