Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
31 |
Tags
- ACL
- 라우터
- ripng
- NAT
- Chrony
- crontab
- eigrpv2
- OSPF
- ipv6
- tunneling
- eigrp
- Etherchannel
- rip
- GLBP
- 명령어
- DHCP
- 헤더
- CKA
- OSI 7 layer
- 스위치
- stp
- vrrp
- Inter VLAN
- 장비
- Vlan
- Redistribute
- ospfv3
Archives
- Today
- Total
목록Language/Python (1)
Net Eng

import sysclass Coffee: total_amount = 10 total_amount_price = 5000 coffee_price = 300 put_price = 0 # 넣은 금액 req_coffee_nums = 0 # 주문한 커피 개수 remaining_price = 0 # 거스름 돈 def request(self): print("+------------------가격표---------------------") print("| 커피 : 300 |") print("+-----------..
Language/Python
2024. 6. 8. 01:33