Clouder0 / ClouderBlogComment

0 stars 0 forks source link

Python 极速入门教程 #11

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Python 极速入门教程

前言 面向有编程经验者的极速入门指南。 大部分内容简化于 W3School,翻译不一定准确,因此标注了英文。 包括代码一共两万字符左右,预计阅读时间一小时。 目前我的博客长文显示效果不佳,缺乏目录,因此可以考虑下载阅读。博客完全开源于 Github. [toc] 语法(Syntax) 文件执行方式:python myfile.py 强制缩进,缩进不能省略。缩进可以使用任意数量的空格。 if 5 > 2: print("Five is greater than two!")

https://www.codein.icu/python-tutorial/

fei0319 commented 3 years ago

您怎么连python都会了 orz

fei0319 commented 3 years ago

立刻膜拜您!