Write a function that returns a string in which firstname is swapped with last name.
name_shuffler('john McClane'); => "McClane john"