Example Note
Image Grid
Tech Stack
Languages
- Python
- Java
- SQL
Tools & Platforms
- GCP · BigQuery · dbt
- Docker · MLflow
- Looker · Git / GitLab
Code Block
def add(x:int,y:int)->int:
return a+b
print(add(6,195))
# Output will be 201
def add(x:int,y:int)->int:
return a+b
print(add(6,195))
# Output will be 201