【慕课网】Python入门笔记 「1」导学

2020-07-27  本文已影响0人  果汁果肉

「慕课网」Python 「1」导学

Python的特点

其他语言:

temp = x
x = y
y = temp

Python:

x,y = y,x

Python 之禅

Simple is better than complex.
简洁胜于复杂

Now is better than never.Although never is often better than right now.
做也许好过不做,但不假思索就动手还不如不做

为什么选择Python

如果想用编程的方式解决生活中的问题,Python无疑是最为合适的

上一篇 下一篇

猜你喜欢

热点阅读