极客战记-焰中舞动
如果你卡在这里了,那么看看这个攻略吧

准备工作
1、选择英雄和编程语言

2、选择装备

3、写中文注释

python
1、写代码#循环while True: #右 hero.moveRight() #左 hero.moveLeft()

2、运行

javascript
1、写代码//循环while(true){//右hero.moveRight();//左hero.moveLeft();}

2、运行

coffeescript
1、写代码#循环whiletrue#右hero.moveRight()#左hero.moveLeft()

2、运行

lua
1、写代码--循环whiletruedo--右hero:moveRight()--左hero:moveLeft()end

2、运行
