极客战记-焰中舞动

2025-11-21 01:00:24

1、选择英雄和编程语言

极客战记-焰中舞动

2、选择装备

极客战记-焰中舞动

3、写中文注释

极客战记-焰中舞动

1、写代码

#循环

while True:

    #右

    hero.moveRight()

    #左

    hero.moveLeft()

极客战记-焰中舞动

2、运行

极客战记-焰中舞动

1、写代码

//循环

while(true) {

    //右

    hero.moveRight();

    //左

    hero.moveLeft();

}

极客战记-焰中舞动

2、运行

极客战记-焰中舞动

1、写代码

#循环

while true

    #右

    hero.moveRight()

    #左

    hero.moveLeft()

极客战记-焰中舞动

2、运行

极客战记-焰中舞动

1、写代码

--循环

while true do

    --右

    hero:moveRight()

    --左

    hero:moveLeft()

end

极客战记-焰中舞动

2、运行

极客战记-焰中舞动

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢