Greetings, tech enthusiasts! I'm B.Neeraj Kumar.
1 #About me
2 name = "B.Neeraj Kumar"
3 job = "Aspiring Software Developer"
4 hobby = "Turning creative ideas
into reality through code"
5 fav_lang = "Python"
6
7 print(f"Hi there! I'm {name}. I'm an
8 {job} who enjoys {hobby} as a hobby
9 with my favourite language
10 {fav_lang}")
11 |