Skip to content

Jeong-m1n/Jeong-m1n.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jeong-m1n.github.io

이 프로젝트는 github blog를 html로 구현하는 것입니다.

See Demo

설명

github flavored markdown은 수식 표현을 제공합니다.

예를 들면,

Binet's formula

$F_n=\dfrac{\left(\dfrac{1+\sqrt{5}}{2}\right)^n-\left(\dfrac{1-\sqrt{5}}{2}\right)^n}{\sqrt{5}}$

or

$$F_n=\dfrac{\left(\dfrac{1+\sqrt{5}}{2}\right)^n-\left(\dfrac{1-\sqrt{5}}{2}\right)^n}{\sqrt{5}}$$

설치하는 법

$ git clone {addr}
$ cd {repository name}
$ pip install -r requirements.txt

시작하는 법

$ python main.py

기능 설명

정답 확인하는 함수

def checker(answer: int , guess: int) -> bool:
	if guess==answer:
		print("Correct!")
		return True
	else:
		print("Wrong!")
		return False

더 많은 정보

-google

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages