9 lines
122 B
Python
9 lines
122 B
Python
from sugar.simulator import Bot
|
|
|
|
bot = Bot()
|
|
bot.name = 'penelope'
|
|
|
|
bot.share_chat('nekkhamma', 'Nekkhamma')
|
|
|
|
bot.start()
|