improve scripts

This commit is contained in:
Rohit Tanwar
2018-02-22 09:35:43 +05:30
parent 8b4f245d2a
commit 0ca01ec1bf
5 changed files with 4 additions and 14 deletions

View File

@@ -1,10 +0,0 @@
<html>
<head>
<link href="prism.css" rel = "stylesheet"></link>
</head>
<script src="prism.js"></script>
<pre><code class="language-python">def Hello_World(val):
print(f&#39;Hello {val}&#39;)
wow!
</code></pre>
</html>