def alista©: lis=c.split(" ") return lis
def astring©: lis="".join© return lis
x=raw_input("Ingrese un texto")
print alista(x) print astring(x)