Hi, I am Bishal Khatri, a programmer and junior CSE student at UCSD.
I am a transfer student from a community college and an immigrant who came nearly 4 years ago.
“I am still learning and exploring the field.”
I am passionate about programming, AI, and learning new technologies.
Here are some projects I am working on:
I was born and raised in Nepal, so here are some pictures of Nepal:
– Mountains, Nepal
(All images above are from the internet — external links example)
Here is a simple Python function I use to greet users:
```python def greet_user(name): return f”Hello, {name}! Welcome to my page.”