[Tutor] calling a variable name

Bryan Fodness bryan.fodness at gmail.com
Mon Oct 22 04:56:13 CEST 2007


I want to get a variable name dependent on another variable.  I have tried,

'fs' + str(int(round(unblockedFS))) for fs13

and I get an invalid literal.  If I code in the fs13, everything works. Is
it possible to do this?



unblockedFS=13.4

for line in file('21Ex6MV_tmr.dat'):
    d, fs1, fs2, fs3, fs4, fs5, fs6, fs7, fs8, fs9, fs10, fs11, fs12, fs13,
fs14, fs15, fs16, fs17, fs18 = line.split()
    if float(d) == round(calc_depth):
        b = float(fs13)
        print float(fs13)

Thanks,
Bryan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20071021/73f69c6b/attachment.htm 


More information about the Tutor mailing list