일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- nav2 first-time robot setup guide
- ros2 foxy docker
- Python
- foxy nav2
- ros2 튜토리얼 환경설정
- nav2 development guides
- CodeUp
- ros2 remapping
- nav2 tutorial
- ros2 환경설정
- development guides
- docker foxy
- ros2 foxy tutorial
- Foxy tutorial
- nav2 getting started
- first-time robot setup guide
- 코드업
- CODEUP 6073
- humble development guides
- error
- ros2 configuring environment
- nav2 development guides
- ROS FOXY 튜토리얼
- Nav2 document
- nav2 dev contatiner
- humble 환경설정
- ros2 튜토리얼
- ros2 development guides
- nav2 설치
- nav2 튜토리얼
Archives
- Today
- Total
목록코드업 6082 (1)
BAN2ARU
CodeUp 6082번
https://codeup.kr/problem.php?id=6082 [기초-종합] 3 6 9 게임의 왕이 되자(설명)(py) python언어기초100제v1.0 : @컴퓨터과학사랑, 전국 정보(컴퓨터)교사 커뮤니티/연구회 - 학교 정보(컴퓨터)선생님들과 함께 수업/방과후학습/동아리활동 등을 통해 재미있게 배워보세요. - 모든 내용 codeup.kr n = int(input()) for i in range(1, n+1): if (i%10==3) or (i%10==6) or (i%10==9): print("X", end=' ') else : print(i, end=' ')
Coding Test/CodeUp
2022. 3. 9. 18:08