Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Python email slicer program ๐Ÿ“ง
Play lesson

Python tutorial for beginners ๐Ÿ - Python email slicer program ๐Ÿ“ง

4.0 (0)
8 learners

What you'll learn

This course includes

  • 14.3 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

#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}")

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere