kumaranJaisankar commited on
Commit
ecf32a0
·
verified ·
1 Parent(s): 930da3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -11,6 +11,10 @@ def calculate_age(born):
11
  today = date.today()
12
  return today.year - born.year
13
 
 
 
 
 
14
 
15
  name = "Kumaran"
16
  dob= 'April 28, 2000'
@@ -28,7 +32,7 @@ brother_name = 'Yakash J'
28
  father_name = 'Jaisankar S'
29
  mother_name = 'Revathi J'
30
  school_crush_name = "sunitha willims"
31
- template = f"""Meet {name}, a {calculate_age(date(2000,4,28))}-year-old adventurous individual with a passion for Coding and Sketching. he is from Anakaputhur chennai India and he is currently working As a Associate Software Developer at VANNA info tech hydrabad, he was joind in february 2023 in vanna info tech still he is working in same orginization based on this you have to tell his expirence! As a software developer he had _____ of experience, Kumaran is dedicated to Become an expert in a domain.Born on {dob}, Alex's journey in the creative field started early.
32
  {additional_info}
33
  Education Details:
34
  - Bachelor of Engineering (BE) in Mechanical from {university_name}, graduated in {graduation_year}.
 
11
  today = date.today()
12
  return today.year - born.year
13
 
14
+ def calculate_exprience(joined):
15
+ today = date.today()
16
+ return today.year - joined.year
17
+
18
 
19
  name = "Kumaran"
20
  dob= 'April 28, 2000'
 
32
  father_name = 'Jaisankar S'
33
  mother_name = 'Revathi J'
34
  school_crush_name = "sunitha willims"
35
+ template = f"""Meet {name}, a {calculate_age(date(2000,4,28))}-year-old adventurous individual with a passion for Coding and Sketching. he is from Anakaputhur chennai India and he is currently working As a Associate Software Developer at VANNA info tech hydrabad, As a software developer he had {calculate_age(date(2023,2,9))} of experience, Kumaran is dedicated to Become an expert in a domain.Born on {dob}, Alex's journey in the creative field started early.
36
  {additional_info}
37
  Education Details:
38
  - Bachelor of Engineering (BE) in Mechanical from {university_name}, graduated in {graduation_year}.