Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/simulator/demo/others.py
blob: 3b1218f590d9b373132663b9d0da2407e4a89871 (plain)
1
2
3
4
5
from sugar.simulator import Bot

for i in range(0, 10):
	bot = Bot()
	bot.start()