#Python #tutorial #course
email = input("Enter your email: ")
username = email[:email.index("@")]
domain = email[email.index("@") + 1:]
print(f"Your username is {username} and domain is {domain}")
email = input("Enter your email: ")
username = email[:email.index("@")]
domain = email[email.index("@") + 1:]
print(f"Your username is {username} and domain is {domain}")
- Category
- Bro Code
- Tags
- Python tutorial for beginners, Python course, Python tutorial
Be the first to comment
Up Next
Autoplay
-
Python Get Started - Part 1 - Install Python - #w3schools #python #programming
by w3schools 145 Views -
Smart retail experience – exercise 5
by hpe 115 Views -
Smart retail experience – exercise 3
by hpe 127 Views -
Python Introduction - Part 1 - What is Python? - #w3schools #python #programming
by w3schools 124 Views -
Smart retail experience – exercise 4
by hpe 105 Views -
Python Introduction - Part 2 - Why Python? - #w3schools #python #programming
by w3schools 127 Views -
Python Get Started - Part 4 - Python Shell - #w3schools #python #programming
by w3schools 128 Views -
Smart retail experience – exercise 7
by hpe 115 Views -
Python send an email
by brocode 133 Views -
Python weight conversion exercise
by brocode 117 Views -
How to Set Up WooCommerce Product Filters for Your Online Store
by hostinger 682 Views -
Best AI Content Writers in 2025: Our Top Picks
by hostinger 444 Views -
How to Set Up Email on Apple Mail in Minutes | Hostinger
by hostinger 483 Views -
How to Create a Professional Fitness Website With Ease
by hostinger 615 Views -
How to Host an Ark Server: Hostinger Tutorial
by hostinger 652 Views -
How to Build a Small Business Website | From Zero to Launch
by hostinger 588 Views -
10 Hobbies for Students That ACTUALLY Make You Money
by hostinger 672 Views -
SSH Connection Refused: 6 Methods to Fix It (Hostinger Tutorial)
by hostinger 610 Views -
How to Create a Business Website with AI | Fast & Easy!
by hostinger 603 Views -
How to Build a WordPress Website With AI
by hostinger 645 Views
Add to playlist
Sorry, only registred users can create playlists.


