python 语法
摘要:
Python基础语法举例# 1 缩进和空格表示代码块# 2()连接多行print("()连接多行")str = ("uhfjfjkfj" "fisjfofo")print(str)# 3 在[],{}或()中的语句不需要()进行转换print("在[],{}或()中的语句不需要()进行转换")str 阅读全文
posted @ 2019-04-07 18:32 飞鸟博客 阅读(155) 评论(0) 推荐(0)
2019年4月7日 #
posted @ 2019-04-07 18:32 飞鸟博客 阅读(155) 评论(0) 推荐(0)
posted @ 2019-04-07 18:26 飞鸟博客 阅读(410) 评论(0) 推荐(0)