Happy new year 2020!
Guestshell
Cat9300-1#sh version | i 16.12
Cisco IOS XE Software, Version 16.12.01
Cisco IOS Software [Gibraltar], Catalyst L3 Switch Software (CAT9K_IOSXE), Version 16.12.1, RELEASE SOFTWARE (fc4)
BOOTLDR: System Bootstrap, Version 16.12.1r, RELEASE SOFTWARE (P)
* 1 41 C9300-24P 16.12.1 CAT9K_IOSXE INSTALL
Cat9300-1#
Cat9300-1#guestshell
[guestshell@guestshell ~]$ ls | grep print2020
print2020.py
[guestshell@guestshell ~]$ pwd
/home/guestshell
[guestshell@guestshell ~]$
코드
print2020.pyimport sys
from termcolor import cprint
from pyfiglet import figlet_format
cprint(figlet_format('Happy New Year 2020!'), 'white', 'on_magenta')
cprint(figlet_format('#CiscoSE #DevNet'), 'white', 'on_blue')
실행 예
Cat9300-1#guestshell run python print2020.py
_ _ _ _ __ __
| | | | __ _ _ __ _ __ _ _ | \ | | _____ __ \ \ / /__ __ _ _ __
| |_| |/ _` | '_ \| '_ \| | | | | \| |/ _ \ \ /\ / / \ V / _ \/ _` | '__|
| _ | (_| | |_) | |_) | |_| | | |\ | __/\ V V / | | __/ (_| | |
|_| |_|\__,_| .__/| .__/ \__, | |_| \_|\___| \_/\_/ |_|\___|\__,_|_|
|_| |_| |___/
____ ___ ____ ___ _
|___ \ / _ \___ \ / _ \| |
__) | | | |__) | | | | |
/ __/| |_| / __/| |_| |_|
|_____|\___/_____|\___/(_)
_ _ ____ _ ____ _____
_| || |_ / ___(_)___ ___ ___/ ___|| ____|
|_ .. _| | | / __|/ __/ _ \___ \| _|
|_ _| |___| \__ \ (_| (_) |__) | |___
|_||_| \____|_|___/\___\___/____/|_____|
_ _ ____ _ _ _
_| || |_| _ \ _____ _| \ | | ___| |_
|_ .. _| | | |/ _ \ \ / / \| |/ _ \ __|
|_ _| |_| | __/\ V /| |\ | __/ |_
|_||_| |____/ \___| \_/ |_| \_|\___|\__|
Cat9300-1#
실행 예(캡처)
Reference
이 문제에 관하여(Happy new year 2020!), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/kikuta2055/items/2c20f5bc2f86bef971b7
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Cat9300-1#sh version | i 16.12
Cisco IOS XE Software, Version 16.12.01
Cisco IOS Software [Gibraltar], Catalyst L3 Switch Software (CAT9K_IOSXE), Version 16.12.1, RELEASE SOFTWARE (fc4)
BOOTLDR: System Bootstrap, Version 16.12.1r, RELEASE SOFTWARE (P)
* 1 41 C9300-24P 16.12.1 CAT9K_IOSXE INSTALL
Cat9300-1#
Cat9300-1#guestshell
[guestshell@guestshell ~]$ ls | grep print2020
print2020.py
[guestshell@guestshell ~]$ pwd
/home/guestshell
[guestshell@guestshell ~]$
print2020.py
import sys
from termcolor import cprint
from pyfiglet import figlet_format
cprint(figlet_format('Happy New Year 2020!'), 'white', 'on_magenta')
cprint(figlet_format('#CiscoSE #DevNet'), 'white', 'on_blue')
실행 예
Cat9300-1#guestshell run python print2020.py
_ _ _ _ __ __
| | | | __ _ _ __ _ __ _ _ | \ | | _____ __ \ \ / /__ __ _ _ __
| |_| |/ _` | '_ \| '_ \| | | | | \| |/ _ \ \ /\ / / \ V / _ \/ _` | '__|
| _ | (_| | |_) | |_) | |_| | | |\ | __/\ V V / | | __/ (_| | |
|_| |_|\__,_| .__/| .__/ \__, | |_| \_|\___| \_/\_/ |_|\___|\__,_|_|
|_| |_| |___/
____ ___ ____ ___ _
|___ \ / _ \___ \ / _ \| |
__) | | | |__) | | | | |
/ __/| |_| / __/| |_| |_|
|_____|\___/_____|\___/(_)
_ _ ____ _ ____ _____
_| || |_ / ___(_)___ ___ ___/ ___|| ____|
|_ .. _| | | / __|/ __/ _ \___ \| _|
|_ _| |___| \__ \ (_| (_) |__) | |___
|_||_| \____|_|___/\___\___/____/|_____|
_ _ ____ _ _ _
_| || |_| _ \ _____ _| \ | | ___| |_
|_ .. _| | | |/ _ \ \ / / \| |/ _ \ __|
|_ _| |_| | __/\ V /| |\ | __/ |_
|_||_| |____/ \___| \_/ |_| \_|\___|\__|
Cat9300-1#
실행 예(캡처)
Reference
이 문제에 관하여(Happy new year 2020!), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/kikuta2055/items/2c20f5bc2f86bef971b7
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Cat9300-1#guestshell run python print2020.py
_ _ _ _ __ __
| | | | __ _ _ __ _ __ _ _ | \ | | _____ __ \ \ / /__ __ _ _ __
| |_| |/ _` | '_ \| '_ \| | | | | \| |/ _ \ \ /\ / / \ V / _ \/ _` | '__|
| _ | (_| | |_) | |_) | |_| | | |\ | __/\ V V / | | __/ (_| | |
|_| |_|\__,_| .__/| .__/ \__, | |_| \_|\___| \_/\_/ |_|\___|\__,_|_|
|_| |_| |___/
____ ___ ____ ___ _
|___ \ / _ \___ \ / _ \| |
__) | | | |__) | | | | |
/ __/| |_| / __/| |_| |_|
|_____|\___/_____|\___/(_)
_ _ ____ _ ____ _____
_| || |_ / ___(_)___ ___ ___/ ___|| ____|
|_ .. _| | | / __|/ __/ _ \___ \| _|
|_ _| |___| \__ \ (_| (_) |__) | |___
|_||_| \____|_|___/\___\___/____/|_____|
_ _ ____ _ _ _
_| || |_| _ \ _____ _| \ | | ___| |_
|_ .. _| | | |/ _ \ \ / / \| |/ _ \ __|
|_ _| |_| | __/\ V /| |\ | __/ |_
|_||_| |____/ \___| \_/ |_| \_|\___|\__|
Cat9300-1#
Reference
이 문제에 관하여(Happy new year 2020!), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/kikuta2055/items/2c20f5bc2f86bef971b7텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)