摘要: # 打印#做出@列的效果height = int(input("height: ")) #用户输入一个高度 num_height = heightwhile num_height > 0: print("@") num_height -= 1 # 打印#做出@列的效果width = int(inpu 阅读全文
posted @ 2019-07-11 11:16 MTcx 阅读(1973) 评论(0) 推荐(0) 编辑
摘要: import platformpv = platform.python_version()print (pv) import hashlib deomo_val = 'a4ec18'' md5_jm = md5_val = hashlib.md5(deomo_val.encode('utf8')). 阅读全文
posted @ 2019-07-11 01:59 MTcx 阅读(328) 评论(0) 推荐(0) 编辑