Python learning

夙愿已清 提交于 2019-12-03 11:14:39

一、preparation

download Python interpreter:  Python

download IDE: PythonCharm

image

二、Starting Coding:

Open IDLE, This will be the place where you start coding.

image

image

2 ** 365 : 代表2^365次方

_ + y: 代表用上一次计算的值+Y


2.1 Variable: 

除了integer和floating之外的变量,字段也可以作为变量

image

字符串,从0开始。从第一位开始数前三位。

image

image

image

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!