摘要:
# 打印#做出@列的效果height = int(input("height: ")) #用户输入一个高度 num_height = heightwhile num_height > 0: print("@") num_height -= 1 # 打印#做出@列的效果width = int(inpu 阅读全文
摘要:
import platformpv = platform.python_version()print (pv) import hashlib deomo_val = 'a4ec18'' md5_jm = md5_val = hashlib.md5(deomo_val.encode('utf8')). 阅读全文