教授,说让用python 写出对话?我用了input写了,我想问一下,我这种写的算是对话吗?
是人工智能吗?如果不是人工智能,应该是指类似这样吧。 是对话, 应该是有个反馈吧。
st_name = input("what is you name") print("hello,{}.".format(st_name))
你们不会是要用人工智能机器人吧