Raspberry Pi - Data Logging and Databases
Given this Python code on Raspberry Pi, what will be the content of 'log.txt' after running it twice?
with open('log.txt', 'a') as f:
f.write('Temperature: 22\n')