#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 124 Views -
Python send an email
by brocode 119 Views -
Smart retail experience – exercise 5
by hpe 100 Views -
Python Get Started - Part 4 - Python Shell - #w3schools #python #programming
by w3schools 112 Views -
Smart retail experience – exercise 3
by hpe 110 Views -
Python weight conversion exercise
by brocode 107 Views -
Python Introduction - Part 2 - Why Python? - #w3schools #python #programming
by w3schools 112 Views -
Smart retail experience – exercise 7
by hpe 100 Views -
Python Introduction - Part 1 - What is Python? - #w3schools #python #programming
by w3schools 109 Views -
Smart retail experience – exercise 4
by hpe 91 Views -
How to Set Up WooCommerce Product Filters for Your Online Store
by hostinger 567 Views -
Best AI Content Writers in 2025: Our Top Picks
by hostinger 404 Views -
How to Set Up Email on Apple Mail in Minutes | Hostinger
by hostinger 440 Views -
How to Create a Professional Fitness Website With Ease
by hostinger 519 Views -
How to Host an Ark Server: Hostinger Tutorial
by hostinger 565 Views -
How to Build a Small Business Website | From Zero to Launch
by hostinger 491 Views -
10 Hobbies for Students That ACTUALLY Make You Money
by hostinger 566 Views -
SSH Connection Refused: 6 Methods to Fix It (Hostinger Tutorial)
by hostinger 527 Views -
How to Create a Business Website with AI | Fast & Easy!
by hostinger 506 Views -
How to Build a WordPress Website With AI
by hostinger 566 Views
Add to playlist
Sorry, only registred users can create playlists.


