Przeglądaj źródła

Update 95_pdb.py

blueloveTH 1 rok temu
rodzic
commit
9de8fee0a0
1 zmienionych plików z 13 dodań i 13 usunięć
  1. 13 13
      tests/95_pdb.py

+ 13 - 13
tests/95_pdb.py

@@ -1,19 +1,19 @@
-a = 1
-b = 2
+# a = 1
+# b = 2
 
-print(a, b)
+# print(a, b)
 
 
-def f(a, b):
-    b = a + b
-    print(a, b)
-    return b
+# def f(a, b):
+#     b = a + b
+#     print(a, b)
+#     return b
 
-def g(a, b):
-    breakpoint()
-    c = f(a, b)
-    return c
+# def g(a, b):
+#     breakpoint()
+#     c = f(a, b)
+#     return c
 
-g(1, 2)
-f(3, 4)
+# g(1, 2)
+# f(3, 4)