sugar-toolkit-gtk3/tests/simulator/demo/others.py

11 lines
162 B
Python
Raw Normal View History

from sugar.simulator import Bot
for i in range(0, 10):
bot = Bot()
2006-10-09 18:29:54 +02:00
bot.wait(20)
bot.join_activity('giraffes')
2006-10-09 18:29:54 +02:00
bot.change_activity('giraffes')
bot.start()