sugar-toolkit-gtk3/tests/simulator/demo/others.py
2006-10-09 18:03:35 +02:00

6 lines
82 B
Python

from sugar.simulator import Bot
for i in range(0, 10):
bot = Bot()
bot.start()