-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlogo.py
More file actions
16 lines (15 loc) · 829 Bytes
/
logo.py
File metadata and controls
16 lines (15 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
print(" +---------------------------------------------------------------+")
print(" | ______ ______ |")
print(" | \ __| _ | ___ | ____ _ ___ |")
print(" | \ ( ___|_|| |_ | | ___ __ __ ___ / ___| | |_ _| |")
print(" | __ \ \ / _|_ | _|| |/ _ \ \/ \/ / | | | | | | |")
print(" | \ (_) | (_| || | | | (_) | /\ / | |___| |___ | | |")
print(" | \ ___ / \___|_||_| |_|\___/ \_/ \_/ \____|_____|___| |")
print(" | |")
print(" +---------------------------------------------------------------+")
print("\n")
print("SciFlow CLI : Version 1")
print("OS : linux x64")
print("Developed by : University of Colombo School of Computing")
print("...")
print("\n")