以下Python代码用于实现摄氏温度转华氏温度的自定义函数,横线处需填入合适的语句:
def celsius_to_fahrenheit(c): _______ c * 9/5 + 32
return
input
output
end