forked from LaxminarayanaVSLU/psdActionsDemo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathascii_printer.py
More file actions
24 lines (18 loc) · 1009 Bytes
/
Copy pathascii_printer.py
File metadata and controls
24 lines (18 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import os
import sys
print("Let's the see the information about the Python: ")
print('------------------------------------------------')
print(sys.version)
print("")
print("")
print("""
·········································································
: :
: ____ _ _ _ _ _ _ _ _ :
: / ___(_) |_| |__ _ _| |__ / \ ___| |_(_) ___ _ __ ___| | :
: | | _| | __| '_ \| | | | '_ \ / _ \ / __| __| |/ _ \| '_ \/ __| | :
: | |_| | | |_| | | | |_| | |_) | / ___ \ (__| |_| | (_) | | | \__ \_| :
: \____|_|\__|_| |_|\__,_|_.__/ /_/ \_\___|\__|_|\___/|_| |_|___(_) :
: :
·········································································
""")