9 lines
131 B
Python
9 lines
131 B
Python
from sugar.simulator import Bot
|
|
|
|
bot = Bot()
|
|
bot.name = 'chaitanya'
|
|
|
|
bot.share_chat('giraffes', 'All About Giraffes')
|
|
|
|
bot.start()
|