Skip to content

Commit 45e2118

Browse files
committed
Merge branch 'master' of github.com:USTC-Resource/USTC-Course
2 parents 666d17a + 66e20a8 commit 45e2118

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

数据结构/labs/2017/polynomial/polynomial.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,10 @@ def menu():
148148
print('8.cal val')
149149
print('9.polynomial iter')
150150
print('10.menu')
151-
primt('11.exit')
151+
print('11.exit')
152152

153153
def go():
154154
menu()
155155

156-
if __name__ = '__main__':
156+
if __name__ == '__main__':
157+
pass

0 commit comments

Comments
 (0)