Traceback (most recent call last):
File "wdd.py", line 164, in <module>
file.write("temperature is ", temperature, "wet is ", humidity, "%\n")
TypeError: function takes exactly 1 argument (5 given)
Traceback (most recent call last):
File "wdd.