From 11ff50d2b3726a4bb676dcc9448335fab1bb1ce0 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 14 May 2023 12:43:12 +0800 Subject: [PATCH] auto save --- rber.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rber.py diff --git a/rber.py b/rber.py new file mode 100644 index 0000000..145cce2 --- /dev/null +++ b/rber.py @@ -0,0 +1,6 @@ +a=3 +b=2 +print(a>b) +print(a<b) +print(a==b) +print(a!=b) \ No newline at end of file -- libgit2 0.25.0