【战胜拖延症,组团学 Python】准备工作(二):
1. 安装一个代码编辑器。(推荐 visual studio code ,安装 Python 插件)
2. 自行准备教材「笨办法学 Python3」 作者:泽德 A. 肖(Zed A.Shaw) 。

回复利用编辑器编写并运行以下代码的截图:

company,date,*others = ['juejin','20181016','morning','Tues']
print(company,date,others)

昨日打卡👉juejin.im
展开
177