cse-110-Lab-1

Welcome to My User Page

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.”


Table of Contents


About Me

I am passionate about programming, AI, and learning new technologies.


My Skills

  1. Research & Experimentation
  2. Coding Projects
  3. Open-source Contributions

My Projects

Here are some projects I am working on:


Pictures

I was born and raised in Nepal, so here are some pictures of Nepal:

Mountains in Nepal – Mountains, Nepal

(All images above are from the internet — external links example)


Code 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.”