We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37a291 commit 6383f5bCopy full SHA for 6383f5b
โ1/1.py
@@ -0,0 +1,6 @@
1
+import time
2
+start_time = time.time() # ์ธก์ ์์
3
+
4
+# ํ๋ก๊ทธ๋จ ์์ค์ฝ๋
5
+end_time = time.time() # ์ธก์ ์ข ๋ฃ
6
+print("time:", end_time - start_time) # ์ํ ์๊ฐ ์ถ๋ ฅ
0 commit comments