From 27cb01606ad1a308ba39e085ea516823fe367177 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Fri, 30 Apr 2021 15:15:33 +0800 Subject: [PATCH] save project --- 1.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1.py diff --git a/1.py b/1.py new file mode 100644 index 0000000..66aef2b --- /dev/null +++ b/1.py @@ -0,0 +1,2 @@ +hero={"刘备":50,"廖化":60,"周仓":65,"魏延":80,"张飞":91,"关羽":95,"赵云":100} +print("赵云",hero["赵云"]) \ No newline at end of file -- libgit2 0.25.0