Stat = {'Vbatt': 51.24, 'Ichrg': 6.75}

print '   <td style="text-align: center;">SOLAR PANEL VOLTAGE</td>'
print('    DSB "HI;" %s') % (str(Stat['Vbatt']))
print('   <td style="width: 50%; text-align: center;">%s</td>') % 
(str(Stat['Vbatt']))
_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to