Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 467 Bytes

File metadata and controls

22 lines (14 loc) · 467 Bytes

Email Address Slicer

This Python script takes an email address as input and extracts the username and domain. It's a basic utility to break down an email address into its components.

Run the script:

python Email_slicer.py

Enter an email address when prompted.

The script will output the extracted username and domain.

Example

Enter an email address: example_user@example.com
Username: example_user
Domain: example.com