-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLogo.py
23 lines (19 loc) · 1.42 KB
/
Logo.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import console
def print_Logo():
print('\n\n\n')
print(' =@@@@^ @@@@@* /@@@=@@@@@@@@@@^@@@@,@@@@^ /@@@@^@@@@`/@@@@@@@@ ')
print(' /@@@@@@ =@@@@@^,@@@^@@@@@@@@@@@=@@@^=@@@@^ @@@@@@=@@@/,@@@@@@@@@@ ')
print(' =@@@@@@@` @@@@@@@=@@@ @@@@^ @@@@ @@@@@^,@@@@@@^/@@@^=@@^ ,@@@\ ')
print(' /@@@@@@@@^ ,@@@@@@@@@@^ =@@@@ =@@@/=@@@@@\@@@@@@@*@@@@ @@@` /@@@` ')
print(' /@@@@ =@@@@ /@@@\@@@@@@` @@@@^ @@@@`@@@@@@@@@@@@@^=@@@^=@@/ /@@@` ')
print(' @@@@/ =@@@@ @@@/ @@@@@/ ,@@@@ ,@@@@=@@@@@@@@`@@@@*@@@@ @@@@@@@@@@@` ')
print(' ,@@@@/ =@@@@@@@@^ =@@@@^ /@@@^ /@@@^@@@@=@@@`=@@@/=@@@^=@@@@@@@@@@ ')
print(' ,@@@^ ')
print(r' /@@@ ')
print(r' *@@@^ ')
print('\n')
print('\t\t\t\t【\033[32mThe Best Defense Is Offensive!!\033[0m】\n')
print(' = [ Anti-Mid LAEP v1.0.1-win-amd64 ]')
print('+----+ = [ Made_By: LongGong in HLJIT ]')
print('+----+ = [ Tag: Graduation_Project ]')
print('\n')