Skip to content

Commit e69a494

Browse files
authored
Create main.py
1 parent ceb6951 commit e69a494

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Mus/main.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
c=lambda point,chr:f"ce[{point}]=={chr}"
2+
Logo="""| |
3+
|\ /|
4+
|(--)| | | /--
5+
| | | | \-\\
6+
| | \--/ --/
7+
Go to https://thevitebsk.github.io/Mus/doc.html for help"""
8+
print(Logo)
9+
while 1:
10+
ce=input(">>> ");p=0
11+
while len(ce)>p:
12+
if c(p,"p") and c(p+1,"!"):
13+
p+=2
14+
while ce[p]!=")":print(ce[p],end="");p+=1
15+
print()

0 commit comments

Comments
 (0)