#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
-
Final Exercise - Building Back-End For Dashboard - Build Expense Tracker App With PHP 8
by gio 7 Views -
Python Get Started - Part 1 - Install Python - #w3schools #python #programming
by w3schools 5 Views -
Section 2 review & exercise project - Full PHP 8 Tutorial
by gio 7 Views -
Transactions CRUD Exercise Overview - Build Expense Tracker App With PHP 8
by gio 7 Views -
Python send an email
by brocode 9 Views -
Import Transactions Exercise Solution Overview - Build Expense Tracker App With PHP 8
by gio 8 Views -
Python Get Started - Part 4 - Python Shell - #w3schools #python #programming
by w3schools 6 Views -
Python weight conversion exercise
by brocode 11 Views -
Mini Exercise Project Overview - Full PHP 8 Tutorial
by gio 7 Views -
AWS Supports You | Exploring the Incident Management Tabletop Exercise
by aws 10 Views -
How to Set Up WooCommerce Product Filters for Your Online Store
by hostinger 20 Views -
Best AI Content Writers in 2025: Our Top Picks
by hostinger 22 Views -
How to Set Up Email on Apple Mail in Minutes | Hostinger
by hostinger 19 Views -
How to Create a Professional Fitness Website With Ease
by hostinger 21 Views -
How to Host an Ark Server: Hostinger Tutorial
by hostinger 20 Views -
How to Build a Small Business Website | From Zero to Launch
by hostinger 19 Views -
10 Hobbies for Students That ACTUALLY Make You Money
by hostinger 16 Views -
SSH Connection Refused: 6 Methods to Fix It (Hostinger Tutorial)
by hostinger 17 Views -
How to Create a Business Website with AI | Fast & Easy!
by hostinger 15 Views -
How to Build a WordPress Website With AI
by hostinger 19 Views
Add to playlist
Sorry, only registred users can create playlists.