일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Python
- nav2 first-time robot setup guide
- ROS FOXY 튜토리얼
- foxy nav2
- Foxy tutorial
- ros2 foxy tutorial
- 코드업
- ros2 환경설정
- CodeUp
- ros2 development guides
- ros2 튜토리얼 환경설정
- nav2 dev contatiner
- first-time robot setup guide
- Nav2 document
- nav2 getting started
- CODEUP 6073
- development guides
- humble development guides
- nav2 설치
- ros2 configuring environment
- nav2 development guides
- nav2 development guides
- ros2 튜토리얼
- humble 환경설정
- nav2 tutorial
- ros2 foxy docker
- docker foxy
- nav2 튜토리얼
- error
- ros2 remapping
Archives
- Today
- Total
BAN2ARU
CodeUp 6078번 본문
반응형
https://codeup.kr/problem.php?id=6078
(1)번 풀이
c = input()
temp = 'q'
while c!=temp:
print(c)
c = input()
print(temp)
(2)번 풀이
while True:
c = input()
print(c)
if c=='q':
break
728x90
'Coding Test > CodeUp' 카테고리의 다른 글
CodeUp 6080번 (0) | 2022.03.09 |
---|---|
CodeUp 6079번 (0) | 2022.03.09 |
CodeUp 6075번 (0) | 2022.03.09 |
CodeUp 6073번 (0) | 2022.03.09 |
CODEUP 6072번 (0) | 2022.03.09 |
Comments