AI核心代码,价值一个亿

AI核心代码,价值一个亿,免费放送,自取不谢!

先来看下效果图:

AI核心代码,价值一个亿_第1张图片

 

代码是用版主手工用python语言一行一行敲出来的,费了九牛二虎之力,各位看官打赏点BTC,ETH什么的呀:

#-*- coding:utf8 -*-
#
# AI核心代码,价值1个亿
#

str = ""
while(str != "bye" and str != "Bye"):
    str = raw_input("You: ")
    str = unicode(str,"utf-8")
    str = str.replace(u'吗','')
    str = str.replace('?','!')
    str = str.replace(u'?',u'!')
    print "AI: ", str

 

转载于:https://my.oschina.net/APEC/blog/2988426

你可能感兴趣的:(AI核心代码,价值一个亿)