while""do a,b=io.read():match"(.*) (.*)"for i=1,7 do io.write(a.." ")a,b=b,b..a end print(a)end