Task 5: Maximum Temperature Differences - Wrong Solution
print( "Largest temperature rise on", temperature_differences.idxmax(), "with" temperature_differences.max(), "K" )
Missing comma between "with" and "temperature_differences" in both print commands