Update index.html
parent
842878a3e2
commit
0c608fda02
|
@ -39,10 +39,10 @@ result = "\\n".join(parts)
|
|||
figure = '''| ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄|
|
||||
{}
|
||||
|___________|
|
||||
\\ (•◡•) /
|
||||
\\ /
|
||||
---
|
||||
| |'''.format(result)
|
||||
\\ (•◡•) /
|
||||
\\ /
|
||||
---
|
||||
| |'''.format(result)
|
||||
print(figure)`;
|
||||
var mypre = document.getElementById("output");
|
||||
mypre.innerHTML = '';
|
||||
|
|
Loading…
Reference in New Issue