Prettify your code with Google's Code Prettifier.
A Pen by Richie Bendall on CodePen.
Prettify your code with Google's Code Prettifier.
A Pen by Richie Bendall on CodePen.
| <pre class="prettyprint"> | |
| print("Hello World") | |
| def yesorno(): | |
| from random import randint as randnum | |
| if randnum(1, 2) == 1: | |
| return "yes" | |
| else: | |
| return "no" | |
| print(yesorno()) | |
| </pre> |
| <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js?lang=css&skin=desert"></script> |
| .prettyprint{ | |
| margin: 0; | |
| padding: 10px; | |
| border-radius: 10px; | |
| } |
| <link href="https://github.com/google/code-prettify/blob/master/styles/sunburst.css" rel="stylesheet" /> |