File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ def banner():
55 from os import system , name ; system ('clear' if name == 'posix' else 'cls' )
66
77 main = """
8- ███████╗███████╗██████╗ ███████╗ ███████╗██╗ ██╗██████╗ ██╗ ██████╗ ██╗████████╗██╗███╗ ██╗
9- ██╔════╝██╔════╝██╔══██╗██╔════╝ ██╔════╝╚██╗██╔╝██╔══██╗██║ ██╔═══██╗██║╚══██╔══╝██║████╗ ██║
10- ███████╗███████╗██████╔╝█████╗█████╗█████╗ ╚███╔╝ ██████╔╝██║ ██║ ██║██║ ██║ ██║██╔██╗ ██║
11- ╚════██║╚════██║██╔══██╗██╔══╝╚════╝██╔══╝ ██╔██╗ ██╔═══╝ ██║ ██║ ██║██║ ██║ ██║██║╚██╗██║
12- ███████║███████║██║ ██║██║ ███████╗██╔╝ ██╗██║ ███████╗╚██████╔╝██║ ██║ ██║██║ ╚████║
13- ╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝
8+ ███████╗███████╗██████╗ ███████╗ ███████╗██╗ ██╗██████╗ ██╗ ██████╗ ██╗████████╗
9+ ██╔════╝██╔════╝██╔══██╗██╔════╝ ██╔════╝╚██╗██╔╝██╔══██╗██║ ██╔═══██╗██║╚══██╔══╝
10+ ███████╗███████╗██████╔╝█████╗█████╗█████╗ ╚███╔╝ ██████╔╝██║ ██║ ██║██║ ██║
11+ ╚════██║╚════██║██╔══██╗██╔══╝╚════╝██╔══╝ ██╔██╗ ██╔═══╝ ██║ ██║ ██║██║ ██║
12+ ███████║███████║██║ ██║██║ ███████╗██╔╝ ██╗██║ ███████╗╚██████╔╝██║ ██║
13+ ╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝
1414 _ _ _ _ _|_ _ _| |_ /~~\ _ _ _ _ _|`. _ _|_|_ _|
1515 (_| (/_(_| | (/_(_| |_)\/ | (|/(/_| | (_)|~|~|(_| | | |(_|<
1616 / \__
1717 """
1818
1919 print (f'{ main : ^20} ' )
2020
21- banner ()
21+ banner ()
You can’t perform that action at this time.
0 commit comments