commit
This commit is contained in:
parent
00a0f8c29b
commit
bf5842d489
1
oop.py
1
oop.py
|
@ -14,7 +14,6 @@ def main():
|
||||||
# print("Welcome to Lab1")
|
# print("Welcome to Lab1")
|
||||||
print("功能5中输入@停止功能")
|
print("功能5中输入@停止功能")
|
||||||
tu = None
|
tu = None
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
|
||||||
i = input("请输入操作(q:退出, 0:读入文件, 1:展示图形, 2:查找桥接词, 3:生成新文本, 4:计算最短路径, 5:随机游走):")
|
i = input("请输入操作(q:退出, 0:读入文件, 1:展示图形, 2:查找桥接词, 3:生成新文本, 4:计算最短路径, 5:随机游走):")
|
||||||
|
|
Loading…
Reference in New Issue