We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8493661 commit 3cc055aCopy full SHA for 3cc055a
separateBlocks.py
@@ -1,3 +1,4 @@
1
def separate(block_):
2
+ block_ = block_.strip()
3
block1, block2 = block_.split(" ")
4
return block1, block2
0 commit comments