Skip to content

Commit 3cd3990

Browse files
committed
add . mpg123.exe
1 parent 64c4c91 commit 3cd3990

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

automatic_weather/mpg123.exe

396 KB
Binary file not shown.

python_aiml_test/start/brain.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
# kernel.learn("std-startup.xml")
1313
# kernel.respond("load aiml pattern")
1414

15-
print "rebot say: hello, you can talk to me! Just tell me ~"
15+
print ("rebot say: hello, you can talk to me! Just tell me ~")
1616
while True:
1717
message = raw_input("I say: ")
1818
if message == "quit":
1919
exit()
2020
elif message == "save":
2121
kernel.saveBrain("rebot_brain.brn")
2222
elif message == "ch":
23-
print "rebot say: Cherry! You find me!How did you know my creator??"
23+
print ("rebot say: Cherry! You find me!How did you know my creator??")
2424
else:
2525
bot_response = kernel.respond(message)
26-
print "robot say: %s" % bot_response
26+
print ("robot say: %s" % bot_response)

0 commit comments

Comments
 (0)