For Daily Free Study Material Join wiredfaculty Whatsapp Group | Download Android App | Ncert Book Download
Sponsor Area
Find and write the output of the following python code:
TXT = ['20','50','30','40'] CNT = 3 TOTAL = 0 for C in [7,5,4,6]: T = TXT[CNT] TOTAL = float (T) + C print