Seo 6 days ago

Python create ID for company employies

Python code to create ID for company employies

#id = first 3 characters of company name + - + last 2 characters of name + birth year


#Enter your full name: karIM abdALWAHID

#Hello, Karim!

#Welcome at CleoTrends!



name = input("Enter your full name: ").title()

company_name= "CleoTrends"

birth_year = input("Enter your birthday year: ")

email = input("Enter your email: ")


#edit name

index_of_space = name.index(" ")

new_name = name[:index_of_space]

name_last_3_letters = name[-2:]

print(f'Hello, {new_name}')

print("Welcome at CleoTrends")


#edit company name

company_first_3_letters = company_name[:3]

#id = first 3 characters of company name + - + last 2 characters of name + birth year

id = company_first_3_letters + "-" + name_last_3_letters + birth_year


#edit email

index_of_at = email.index("@")

nem_email = email[:index_of_at] + "@cleotrends.com"


print(f"Your id is : {id}\n" f"Your email is : {nem_email}")

What Is an SEO Landing Page and Why Is It Important?

What Is an SEO Landing Page and Why Is It Important?

1731841874.png
Seo
5 months ago
Fast-Track SEO Careers with Certifications

Fast-Track SEO Careers with Certifications

1731841874.png
Seo
5 months ago
Maximize Traffic Using Latest SEO Tools Today

Maximize Traffic Using Latest SEO Tools Today

1731841874.png
Seo
5 months ago
Top 5 Emerging Trends You Must See Now

Top 5 Emerging Trends You Must See Now

1731841874.png
Seo
5 months ago
SEO Marketing Digital: A Comprehensive Guide to Success

SEO Marketing Digital: A Comprehensive Guide to Success

1731841874.png
Seo
5 months ago