Python stupidly (IMO) uses white space as syntax, you have to indent your print statement.
If it's not that then I'll leave and let a python coder step in.
Code:
for row in c:print(“%s\n” % ("Temperature ",row[1], "C Humitidy ", row[2], "% Date ", row[3]))Statistics: Posted by wildfire — Mon Dec 15, 2025 12:09 pm