a=841;b=1189 for i in range(11):print'A%-2s%5smm x%5smm'%(i,a,b);a,b=b/2,a
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page