Changed all tabs to 4 spaces for python style
This commit is contained in:
@@ -19,19 +19,19 @@ import random
|
||||
from sugar.simulator import Bot
|
||||
|
||||
for i in range(0, 8):
|
||||
bot = Bot()
|
||||
bot = Bot()
|
||||
|
||||
bot.wait(random.randint(10, 20))
|
||||
bot.join_activity('giraffes')
|
||||
bot.change_activity('giraffes')
|
||||
bot.wait(random.randint(10, 20))
|
||||
bot.join_activity('giraffes')
|
||||
bot.change_activity('giraffes')
|
||||
|
||||
bot.start()
|
||||
bot.start()
|
||||
|
||||
for i in range(0, 6):
|
||||
bot = Bot()
|
||||
bot = Bot()
|
||||
|
||||
bot.wait(random.randint(10, 20))
|
||||
bot.join_activity('nekkhamma')
|
||||
bot.change_activity('nekkhamma')
|
||||
bot.wait(random.randint(10, 20))
|
||||
bot.join_activity('nekkhamma')
|
||||
bot.change_activity('nekkhamma')
|
||||
|
||||
bot.start()
|
||||
bot.start()
|
||||
|
||||
Reference in New Issue
Block a user