When imported all undefined names now act as strings, and operators between them are evaluated as strings.
print(john.smith@example.com)
will therefore actually print john.smith@example.com
Made for fun, hope no one gets hurt by the use of this. More examples in test.py