Hi there, I'm Saviru Kashmira Atapattu. A full-stack based in Sri Lanka. I'm also a undergraduate student hoping to specialize in software engineering in Sri Lanka Institute of Information Technology (SLIIT).
1 #About me
2 name = "Saviru Kashmira"
3 job = "Software engineering student"
4 hobby = "Programming"
5 fav_lang = "Python"
6
7 print(f"Hi there ! I'm {name}. I'm a
8 {job} who {hobby} as a hobby
9 with my favourite language
10 {fav_lang}")
11
12 |