Skip to content

pingu605/lucky-num-selector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lucky-num-selector

lucky-num-selector

Instruction

  1. $ git clone {repo addr}

  2. .gitignore 세팅하기

$ touch .gitignore
$ vi .gitignore
  1. selector.py 만들고 파이썬 환경 체크하기
$ touch selector.py
$ vi selector.py
  1. random.select() 숫자 6개 선택하기
  • randint(생성에 가까움+중복..)
  • select(중복..)
  • sample
  1. 6/45 숫자 여섯개 뽑는 작업을 사용자가 원하는 만큼 수행하게 만들기

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages