This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p> | |
| Anchor code with new tab. | |
| This is an <a href="https://www.google.com/" target="_blank" rel="noreferrer noopener">example</a>. (Click example again!) | |
| </p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p> | |
| Anchor code without new tab. | |
| This is an <a href="https://www.google.com/">example</a>. (Click example.) | |
| </p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #This code is for python 3.x not python 2.x. | |
| print('Hello, world!') |