6 lines
82 B
Python
6 lines
82 B
Python
![]() |
from sugar.simulator import Bot
|
||
|
|
||
|
for i in range(0, 10):
|
||
|
bot = Bot()
|
||
|
bot.start()
|