본문 바로가기

전체 글29

키트가드 던전 - 4. Dungeon Raider (난이도 1.5) Dungeon Raider (던전 공격대) - 던전을 탐험하고 키트가드의 보물을 획득하자 스킬: 기본구분(Basic Syntax) https://codecombat.com/play/level/dungeon-raider? CodeCombat - Coding games to learn Python and JavaScript Learn typed code through a programming game. Learn Python, JavaScript, and HTML as you solve puzzles and learn to make your own coding games and websites. codecombat.com 목표: 당신의 영웅은 살아남아야 한다. 보물을 획득하자. 위험을 회피하고 던전을 탐험하.. 2021. 12. 28.
키트가드 던전 - 3. Attack Wisely (난이도 2.5) Attack Wisely (현명하게 공격하자) 모든 문의 뒤에는 오우거가 있다. 어느 문을 선택할 것인가? 플레이어 (Lia Manh Tuan) 의 작품 스킬: 기본구문(Basic Syntax), 인자(Arguments), 문자열(Strings), 변수(Variables) https://codecombat.com/play/level/attack-wisely? CodeCombat - Coding games to learn Python and JavaScript Learn typed code through a programming game. Learn Python, JavaScript, and HTML as you solve puzzles and learn to make your own coding game.. 2021. 12. 28.
키트가드 던전 - 2. Mightier Than The Sword (난이도 1.5) Mightier Than The Sword (칼보다 강하다) - 비밀의 문을 열어라. 이번에는 변수를 사용해보자. 스킬: 인자(argument), 기본 구분(basic syntax), 문자열(string), 변수(variable) 인자 는 함수에 들어가는 수이다. 1을 더하는 함수가 있다고 하고 6을 넣었을때, 7이 나온다면 6이 인자, 7이 결과이다. https://codecombat.com/play/level/mightier-than-the-sword? CodeCombat - Coding games to learn Python and JavaScript Learn typed code through a programming game. Learn Python, JavaScript, and HTML as .. 2021. 12. 28.
키트가드 던전 - 1. Dangerous Steps (난이도 1) Dangerous Steps (위험한 발걸음) - 오우거를 물리치기 위하여 String 을 사용하시오. 스킬: 기본 구문 https://codecombat.com/play/level/dangerous-steps? CodeCombat - Coding games to learn Python and JavaScript Learn typed code through a programming game. Learn Python, JavaScript, and HTML as you solve puzzles and learn to make your own coding games and websites. codecombat.com 목표: 모든 오우거를 물리쳐라. - 이름을 지정하여 오우거를 물리치기 위하여 String 을 .. 2021. 12. 28.
왕초보를 위한 Python 첫페이지 https://wikidocs.net/43 1 파이썬 시작하기 프로그래밍은 재미있습니다. 진짜로 재미있습니다. 그 재미를 알려면 프로그래밍을 직접 해봐야하는데, 사실 프로그래밍을 시작하는 것이 쉽지가 않습니다. 그래서 여러분과 함께 ... wikidocs.net 2021. 12. 28.