python review:遵循FreeCodeCamp的Youtube教程对基本python语法的回顾 源码
目录 描述 基于FreeCodeCamp的Youtube教程对基本python语法的回顾。 在此仓库中,大部分将是本使用的代码。 该文档的格式也将与时间戳类似。 你好世界 #generic hello world print statement print ( "hello world" ) 打印形状 #generic triangle print statement print ( " /|" ) print ( " / |" ) print ( " / |" ) print ( " / |" ) print ( "/____|" ) 变数 # with variables
文件列表
python-review-master.zip
(预估有个20文件)
python-review-master
code
shapes.py
79B
mad-libs.py
236B
functions.py
288B
tuples.py
153B
2d-lists.py
359B
strings.py
1KB
hello-world.py
58B
if-statements.py
741B
暂无评论