7 lines
80 B
Python
7 lines
80 B
Python
![]() |
from sugar.simulator import Bot
|
||
|
|
||
|
bot = Bot()
|
||
|
bot.name = 'penelope'
|
||
|
|
||
|
bot.start()
|