摘要: 1. 阅读全文
posted @ 2019-05-05 21:45 A&F-TECH-HK 阅读(80) 评论(0) 推荐(0)
摘要: 1. Grouping our code (1) Modules 阅读全文
posted @ 2018-12-23 17:46 A&F-TECH-HK 阅读(59) 评论(0) 推荐(0)
摘要: 1. Set Set is a collection which is unordered and unindexed. No duplicate members In Python sets are written with curly brackets { } set1 = {'apple', 阅读全文
posted @ 2018-10-13 03:43 A&F-TECH-HK 阅读(219) 评论(0) 推荐(0)
摘要: 1. Built-in Modules and Functions 1) Function def greeting(name): print("Hello,", name) greeting("Alan") 2) import os import os os.system("dir") 2. Nu 阅读全文
posted @ 2018-10-07 00:53 A&F-TECH-HK 阅读(155) 评论(0) 推荐(0)
摘要: ## Create a directory each day, and can create files in the directory. 1. variable 2. comments 1) # 2) ''''''" """" 3. input 4. string formatting expr 阅读全文
posted @ 2018-09-30 17:58 A&F-TECH-HK 阅读(126) 评论(0) 推荐(0)