摘要: 例如:python中数据为['123,234,234']如何变成[123,234,234] 又如自己的小例子:# 获取数据ciphertext1 = input('待解密数据:')print(ciphertext1)a = [ciphertext1]ciphertext = [int(i) for 阅读全文
posted @ 2021-07-29 15:40 Jaoany 阅读(8030) 评论(0) 推荐(0) 编辑
摘要: 一,安装 python的windows安装官网,目前python3.8.6以及之前的版本支持win7,之后发布的版本需要win8及以上版本了 https://www.python.org/downloads/windows/ 安装时注意选择与你的电脑对应的操作系统,产看电脑是32位还是64位的 可以 阅读全文
posted @ 2021-07-29 11:02 Jaoany 阅读(562) 评论(0) 推荐(0) 编辑