email = 'john@example.com'
# complete the following line...
domain =
print(domain)
# expected: example.com
Python
Setting up Python environment...
Output
email = 'john@example.com'
# complete the following line...
domain =
print(domain)
# expected: example.com
Setting up Python environment...