From f46813729b3ddb12d611f12437a6a9a8c94cf388 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 23 Jan 2021 09:04:41 +0800 Subject: [PATCH] save project --- gg.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gg.py b/gg.py index 2db07dc..472abce 100644 --- a/gg.py +++ b/gg.py @@ -1,5 +1,6 @@ i=5 j=3 -print("i""*""j""=") +for j in range(1,10) + print(i,"j""=") -- libgit2 0.25.0