GPT答: |
7i24.cn
|
驱动)
3 -》手动识别
0 -》返回上一层
"""
introduction3 = input()
if introduction3 == "1":
print("你的操作:")
print("1 -》识别码(使用python驱动)")
elif introduction3 == "2":
print("你的操作:")
print("2 -》识别码(使用python驱动)")
elif introduction3 == "3":
print("你的操作:")
print("3 -》手动识别")
elif introduction3 == "0":
print("返回上一层")
else:
print("输入错误")
|