# check conditions
if (weather_is_hot == 1) and \
(shark_warnings == 0):
if (weather_is_hot == 1) and \
(shark_warnings == 0):
send_goto_beach_mesg_to_pager()
在含有小括号、中括号、花括号时可以多行书写。另外就是三引号包括下的字
符串也可以跨行书写
如果要在使用反斜线换行和使用括号元素换行作一个选择,我们推荐使用括号,这样可读
性会更好。