From 3e6b6121018c181bac3be92261baa00604a07ba3 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Thu, 16 Sep 2021 19:40:19 +0800 Subject: [PATCH] save project --- diy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/diy.py b/diy.py index 4f53967..22a6bc8 100644 --- a/diy.py +++ b/diy.py @@ -4,7 +4,8 @@ # 问询处 - +name=input('你叫啥名呀?') +power=int(input('你臂力多少啊?')) # 归档处 hero=['赵一',30,'丁二',37,'孙五',52,'王猛',89,'周亮',98,'张宇',100] for i in range(len(hero)): -- libgit2 0.25.0