From 862ac56afedb5ab3bbecfcde3a7d063b6d03fd0d Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 11 Jun 2022 10:50:26 +0800
Subject: [PATCH] save project

---
 ghhjgu.py |  9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 ghhjgu.py

diff --git a/ghhjgu.py b/ghhjgu.py
new file mode 100644
index 0000000..88ef35c
--- /dev/null
+++ b/ghhjgu.py
@@ -0,0 +1,9 @@
+import time
+time.time()
+f=time.time()
+list1=[]
+for a in range(0,1000):
+    for b in range(0,1000):
+        list1.insert(0,0)
+g=time.time()
+print(f-g)
--
libgit2 0.25.0