'''
Welcome to GDB Online.
GDB online is an online compiler and debugger tool for C, C++, Python, Java, PHP, Ruby, Perl,
C#, OCaml, VB, Swift, Pascal, Fortran, Haskell, Objective-C, Assembly, HTML, CSS, JS, SQLite, Prolog.
Code, Compile, Run and Debug online from anywhere in world.
'''
import re
data = '''
#% text_encoding = utf8
:xy_name1 Text
:xy_name2 Text text text to a text.
Text and text to text text, text and
text provides text text text text.
:xy_name3 Text
'''
print(re.findall(r'^:(\S+)\s+([^:]*)',data,re.M))