Created
November 22, 2016 20:52
-
-
Save clone1018/2ff76f73814b2eeda8ef7286d616fbf0 to your computer and use it in GitHub Desktop.
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
inp = " | |
First page | |
:page | |
Second page | |
:page dskfmsadg | |
Third page" | |
out = ["\nFirst page\n\n",":page\nSecond page\n",":page dskfmsadg\n\nThird page"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment