상상의나래
상상의나래
profile
정호석
welcome
글시리즈소개
태그 목록
  • 전체보기(15)
  • Java(5)
  • python(3)
  • Spring(2)
  • equals(2)
  • Thread(2)
  • 자바(2)
  • OS(1)
  • 스레드(1)
  • 깨짐(1)
  • CheckedException(1)
  • ThreadLocal(1)
  • 프로세스(1)
  • numpy(1)
  • IntelliJ(1)
  • web(1)
  • 임계(1)
  • http(1)
  • UncheckedException(1)
  • process(1)
  • django(1)
  • Index(1)
  • 한글(1)
  • MVC(1)
  • OSI(1)
  • network(1)
  • 인코딩(1)
  • 계층(1)
  • ide(1)
  • method(1)
  • eclipse(1)
  • https(1)
  • Compare(1)
  • aop(1)
  • String(1)
  • 재정의(1)
  • encoding(1)
  • MTV(1)
  • String Pool(1)
  • local(1)
  • hashCode()(1)
  • random(1)
  • db(1)
  • randint(1)
  • Database(1)
  • override(1)
  • pandas(1)
  • 운영체제(1)
  • exception(1)
  • 임계영역(1)
전체보기 (15)Java(5)python(3)Spring(2)equals(2)Thread(2)자바(2)OS(1)스레드(1)깨짐(1)CheckedException(1)ThreadLocal(1)프로세스(1)numpy(1)IntelliJ(1)web(1)임계(1)http(1)UncheckedException(1)process(1)django(1)Index(1)한글(1)MVC(1)OSI(1)network(1)인코딩(1)계층(1)ide(1)method(1)eclipse(1)https(1)Compare(1)aop(1)String(1)재정의(1)encoding(1)MTV(1)String Pool(1)local(1)hashCode()(1)random(1)db(1)randint(1)Database(1)override(1)pandas(1)운영체제(1)exception(1)임계영역(1)

[Python] 드레이븐과 함께하는 random 파이썬

파이썬 random 모듈을 사용하여 게임 유형, 포지션 , 사용불가 스펠을 랜덤으로 골라주는 app을 만들어보았습니다.random.randint(0, 3) -> 랜덤 모듈에 있는 정수형 숫자 0 에서 3 사이를 랜덤으로 골라주는 기능.\-- 결과화면 --

pythonrandintrandom
2022년 5월 27일
·
0개의 댓글
·
2