| def test(): | |
| """ | |
| Test of indentation | |
| Testing indentation | |
| Yes this is testing | |
| Testing again | |
| Shocking! | |
| Wow! | |
| More interesting information | |
| """ | |
| # output | |
| def test(): | |
| """ | |
| Test of indentation | |
| Testing indentation | |
| Yes this is testing | |
| Testing again | |
| Shocking! | |
| Wow! | |
| More interesting information | |
| """ |