在线安装: import urllib.request,os,hashlib; h = '6f4c264a24d933ce70df5dedcf1dcaee' + 'ebe013ee18cced0ef93d5f746d…
标签:python学习
Python chapter 7 learning notes
l 函数input()工作原理 n 示例演示了一种创建多行字符串的方式,第一行将消息的前半部分存储在变量prompt中,第二行,+=在存储在prompt中的字符串末尾附件一个字符串。 例如: prompt = &qu…
Python chapter 6 learning notes
l A simple dictionary alien_0 = {'color': 'green','point': 5} print(al…