-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmsg.py
21 lines (12 loc) · 1.04 KB
/
msg.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This is sanple message, paste it in 'message.txt' file in root directory
# Enter the compony Name
# Company_Name = "Microsoft"
company_name = input("Enter the company name: ")
subject = f"Interest in applying for a Software Developer position at {company_name}"
msg_body = f"""Hello Sir,
I am writing to express my interest in applying for a Software Developer position at {company_name}. I recently graduated from Government Engineering College, Vaishali with a degree in B.Tech ECE (2022 Batch) with a CGPA of 8.27
I am particularly interested in working for {company_name} because I need Job. I have experience developing software in a variety of languages, including [Programming Languages]. I am a hard worker and a quick learner, and I am confident that I can contribute to the success of your team.
Attached, please find my resume for your review. Thank you for considering my application. I look forward to the opportunity to discuss how I can contribute to the success of {company_name}.
Thanks & Regards
Vinish Bhaskar
"""