on
MathJax Sample Post
수식은 이렇게
통상적으로 피타고라스 정리라고 하면 $a^2 + b^2=c^2$를 의미하는데, 이 때 $a$와 $b$는 각각 직각삼각형의 밑변의 길이와 높이를 의미하며, $c$는 빗변의 길이를 의미한다.
inline code는 이렇게 작성
# hello world
import math
class Triangle:
def __init__(self, height, width):
self.height = height
self.width = width
def calculateDistance(self.height, self.width):
return math.sqrt(self.height**2 + self.width**2)
| age | height | weight | sex | crazy |
|---|---|---|---|---|
| 33 | 165 | 70 | female | true |
| 33 | 174 | 67 | male | false |
| 23 | 180 | 69 | male | false |