Demo Website

Version: 0.0.1

This is a Quarto website.

To learn more about Quarto websites visit https://quarto.org/docs/websites.

Below is an example to illustrate how to include executable code.

R Code:

Code
1 + 1
[1] 2

More Example of working with R codes

Python Code:

Code
x = 5
y = 3

print(x + y)
8

More Example of working with Python codes

Add/Edit more contents as you wish!