Skip to content

Commit f7b900c

Browse files
committed
successful run first call class method test()
1 parent ac108d1 commit f7b900c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

__pycache__/main.cpython-35.pyc

756 Bytes
Binary file not shown.

run.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import main
22

3-
First = main.FirstTest("TestArgument1", "TestArgument2")
43
#Two = main.FirstTest("OnlyOneTestArgument")
54

5+
First = main.FirstTest("TestArgument1", "TestArgument2")
6+
7+
68
First.test()
79
#Two.test()

0 commit comments

Comments
 (0)