Skip to content

Commit

Permalink
prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
myuon committed Aug 9, 2012
1 parent 2c9dee9 commit 8230048
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions AI0.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#! /usr/bin/python
#-*- coding:utf-8 -*-

"""
Pythonで人工知能…人工無能?
"""
print "アリーチェ:いらっしゃいませ〜。メッセージをどうぞ〜"

s = ''
while s != 'exit' :
s = raw_input("あなた:")
if s != '' and s != 'exit' : print "アリーチェ:ふ〜ん、それで?"

print "アリーチェ:ばいば〜い"

0 comments on commit 8230048

Please sign in to comment.