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