일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 코드업
- error
- humble development guides
- nav2 dev contatiner
- nav2 getting started
- ros2 foxy tutorial
- ros2 configuring environment
- nav2 설치
- ros2 환경설정
- Python
- humble 환경설정
- ros2 튜토리얼
- ros2 튜토리얼 환경설정
- nav2 first-time robot setup guide
- CODEUP 6073
- development guides
- nav2 development guides
- CodeUp
- first-time robot setup guide
- foxy nav2
- Foxy tutorial
- nav2 튜토리얼
- ros2 foxy docker
- nav2 development guides
- docker foxy
- nav2 tutorial
- ros2 development guides
- ros2 remapping
- ROS FOXY 튜토리얼
- Nav2 document
Archives
- Today
- Total
BAN2ARU
Codeup 6099번 본문
반응형
https://codeup.kr/problem.php?id=6069
a = input()
if (a == 'A'):
print("best!!!")
elif (a == 'B'):
print("good!!")
elif (a == 'C'):
print("run!")
elif (a == 'D'):
print("slowly~")
else:
print("what?")
728x90
'Coding Test > CodeUp' 카테고리의 다른 글
CodeUp 6073번 (0) | 2022.03.09 |
---|---|
CODEUP 6072번 (0) | 2022.03.09 |
CODEUP 6033번 (0) | 2021.11.10 |
CODEUP 1099번 (0) | 2021.11.08 |
CODEUP 1079번 (0) | 2021.11.05 |
Comments