3C科技 娛樂遊戲 美食旅遊 時尚美妝 親子育兒 生活休閒 金融理財 健康運動 寰宇綜合

Zi 字媒體

2017-07-25T20:27:27+00:00
加入好友
Python 同一行書寫多個語句(;)隔開     資料來源: https://github.com/stormzhang/free-programming-books/blob/master/assets/python/Python核心编程(中文第二版)带目录.pdf 的p62~p63   # -*- coding: UTF-8 -*- #Python 程式過長時的換行語法[\] + 同一行書寫多個語句(;)隔開 weather_is_hot=1;shark_warnings=0 if (weather_is_hot == 1) and \ (shark_warnings == 0):     print(shark_warnings);     print(weather_is_hot);            

本文由jashliaoeuwordpress提供 原文連結

寫了 5860316篇文章,獲得 23313次喜歡
精彩推薦