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 |
Tags
- NAT
- Vlan
- ACL
- Redistribute
- Inter VLAN
- tunneling
- DHCP
- GLBP
- ipv6
- 헤더
- Etherchannel
- rip
- 장비
- 스위치
- OSI 7 layer
- eigrpv2
- OSPF
- eigrp
- ripng
- Chrony
- 명령어
- 라우터
- CKA
- stp
- ospfv3
- crontab
- vrrp
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