摘要:
表中的数据类型是CHAR()类型的,才会出现,如右图的“Build a composite field”的这个功能: 固定部分设置 剩余变化部分设置 操作成功 数据库查询的结果 阅读全文
阅读排行榜
赌徒等价殃框架搭建及完整代码(加入蒙特卡洛模拟)
2020-03-11 14:24 by 改改~_~, 290 阅读, 收藏,
摘要:
搭建基本框架 import random import matplotlib.pyplot as plt def give_the_number(): number=random.randint(1,100) if number<=50: # print(number,'The number is 阅读全文
使用list和tuple
2018-07-18 15:08 by 改改~_~, 284 阅读, 收藏,
摘要:
1 'create a list ' 2 classmates = ['Jo','Joo','Jooo'] 3 4 print(len(classmates)) 5 6 print(classmates[0]) 7 print(classmates[1]) 8 print(classmates[2] 阅读全文
浙公网安备 33010602011771号