What will be the output of the following code? addr = 'monty@python.org' uname, domain = addr.split('@') print(uname, domain)