From bb5e0235fee75dd376c5348b64bc0195b3c8caae Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 21 May 2022 16:44:08 +0800 Subject: [PATCH] auto save --- day1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day1.py b/day1.py index bfaed07..107a3f2 100644 --- a/day1.py +++ b/day1.py @@ -1,3 +1,3 @@ i=5 -j=7 +j= print(i,"*",j,"=",(i*j)) \ No newline at end of file -- libgit2 0.25.0