-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpc.py
More file actions
40 lines (37 loc) · 1.88 KB
/
pc.py
File metadata and controls
40 lines (37 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
print(" ________\t ________________________________")
print("|* () |\t| ------------------------------ |")
for i in range(2):
print("|-----[]-|\t|| || ")
print("|------|-| /|| Hello World || ")
print("|------|-| /\t|| || ")
print("|------|-| /\t|| || ")
print("| | | /\t| ------------------------------ |")
print("| | | / \t --------------------------------")
for i in range(1):
print("| | |/\t ||")
print("|==(())==|\t ||")
print("| | |\t ||")
print("|______|_|\ \t ------")
print(" (__ \ \t ____________________________________")
print(" /[]\ \ \t/ 0 0 0 0 0 0 0 0 0 0 0 0\ ")
print(" |--| \ / 1 1 1 1 1 1 1 1 1 1 1 1\ ")
print(" \--/ / 0 0 0 0 0 0 0 0 0 0 0 0\ ")
print(" /_______________01010101___________________\ ")
# ________ ________________________________
# |* () | | ------------------------------ |
# |-----[]-| || ||
# |-----[]-| || ||
# |------|-| /|| Hello World ||
# |------|-| / || ||
# |------|-| / || ||
# | | | / | ------------------------------ |
# | | | / --------------------------------
# | | |/ ||
# |==(())==| ||
# | | | ||
# |______|_|\ ------
# (__ \ ____________________________________
# /[]\ \ / 0 0 0 0 0 0 0 0 0 0 0 0\
# |--| \ / 1 1 1 1 1 1 1 1 1 1 1 1\
# \--/ / 0 0 0 0 0 0 0 0 0 0 0 0\
# /_______________01010101___________________\