Seo 5 months 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}")

0
314
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
10 months ago
SEO Marketing Digital: A Comprehensive Guide to Success

SEO Marketing Digital: A Comprehensive Guide to Success

1731841874.png
Seo
10 months ago
Unlocking Success: The Importance of Affordable Local SEO Services

Unlocking Success: The Importance of Affordable Local SEO Services

1731841874.png
Seo
9 months ago
Boost Engagement: Pro Content Creation Tips

Boost Engagement: Pro Content Creation Tips

1731841874.png
Seo
11 months ago
Hello World

Hello World

defaultuser.png
MyPulseZone
11 months ago