前言

通过本篇博客,应该掌握Python常见数字类型及其操作,time库,字符串类型及其操作,并且理解天天向上的力量及其中所包含的语法元素。

应该初步学会编程进行字符类操作

python输入未知行 python未知数_python输入未知行

数字类型及操作

python输入未知行 python未知数_字符串_02

python输入未知行 python未知数_字符串_03

python输入未知行 python未知数_数学思维_04

上述:python整数掌握pow()函数, 整数无限制以及4种进制表示形式就行了

python输入未知行 python未知数_数学思维_05

python输入未知行 python未知数_字符串_06

python输入未知行 python未知数_数学思维_07

python输入未知行 python未知数_python输入未知行_08

python输入未知行 python未知数_Python_09

python输入未知行 python未知数_数学思维_10

如上:Python浮点数需要掌握1. 取值范围和精度基本无限制 2. 运算存在不确定尾数所以用round()函数 3. 科学计数法

python输入未知行 python未知数_Python_11

python输入未知行 python未知数_Python_12

python输入未知行 python未知数_字符串_13

python输入未知行 python未知数_字符串_14

python输入未知行 python未知数_python输入未知行_15

python输入未知行 python未知数_数学思维_16

python输入未知行 python未知数_Python_17

python输入未知行 python未知数_数学思维_18

python输入未知行 python未知数_python输入未知行_19

天天向上的力量实例

python输入未知行 python未知数_数学思维_20

python输入未知行 python未知数_字符串_21

python输入未知行 python未知数_数学思维_22

python输入未知行 python未知数_数学思维_23

理解while函数, def设置函数接口与return, if else分支判断, for..in range()循环,还有最重要的是从数学思维转变为计算机思维

python输入未知行 python未知数_Python_24

python输入未知行 python未知数_python输入未知行_25

要掌握计算机思维,即抽象和自动化,而不是数学思维

python输入未知行 python未知数_字符串_26

python输入未知行 python未知数_字符串_27

python输入未知行 python未知数_数学思维_28

字符串类型及操作(***超级重点)

PS:input()函数获得的用户输入将会被保存为字符串类型,所以如果里面是数字,那么必须用eval()函数eval(input("请输入:"))

PS:本篇的函数方法要自己设计一些小练习来掌握,一定要亲手动手编代码。一定要记住

python输入未知行 python未知数_python输入未知行_29

python输入未知行 python未知数_数学思维_30

python输入未知行 python未知数_Python_31

其实Python中没有严格意义的注释,三引号只是把其中内容变为字符串,run的时候不会执行

Python为何提供两类四种字符串表示方式?

python输入未知行 python未知数_数学思维_32

python输入未知行 python未知数_Python_33

python输入未知行 python未知数_Python_34

python输入未知行 python未知数_python输入未知行_35

python输入未知行 python未知数_Python_36

python输入未知行 python未知数_Python_37

python输入未知行 python未知数_字符串_38

python输入未知行 python未知数_python输入未知行_39

python输入未知行 python未知数_python输入未知行_40

python输入未知行 python未知数_python输入未知行_41

python输入未知行 python未知数_python输入未知行_42

python输入未知行 python未知数_字符串_43


这些方法一定要记牢,以前用C来OJ的我真的哭了…

python输入未知行 python未知数_python输入未知行_44

python输入未知行 python未知数_字符串_45

python输入未知行 python未知数_python输入未知行_46

python输入未知行 python未知数_字符串_47

python输入未知行 python未知数_python输入未知行_48

python输入未知行 python未知数_python输入未知行_49

python输入未知行 python未知数_Python_50

python输入未知行 python未知数_字符串_51


由下图可知,默认左对齐,空格填充

python输入未知行 python未知数_Python_52

python输入未知行 python未知数_数学思维_53

python输入未知行 python未知数_Python_54

time库的使用

print函数输出之后自动换行,想不换行就在后面加end""

python输入未知行 python未知数_字符串_55

python输入未知行 python未知数_Python_56

python输入未知行 python未知数_字符串_57

python输入未知行 python未知数_数学思维_58

python输入未知行 python未知数_Python_59

python输入未知行 python未知数_数学思维_60

python输入未知行 python未知数_python输入未知行_61

python输入未知行 python未知数_字符串_62

python输入未知行 python未知数_字符串_63

python输入未知行 python未知数_字符串_64

python输入未知行 python未知数_python输入未知行_65

python输入未知行 python未知数_数学思维_66

python输入未知行 python未知数_python输入未知行_67

实例:文本进度条

python输入未知行 python未知数_字符串_68

python输入未知行 python未知数_Python_69

python输入未知行 python未知数_Python_70

python输入未知行 python未知数_数学思维_71

python输入未知行 python未知数_Python_72

python输入未知行 python未知数_字符串_73

python输入未知行 python未知数_数学思维_74


python输入未知行 python未知数_字符串_75

python输入未知行 python未知数_Python_76

python输入未知行 python未知数_数学思维_77

python输入未知行 python未知数_字符串_78

python输入未知行 python未知数_数学思维_79

python输入未知行 python未知数_字符串_80