소스 검색

Add printPassword

master
Noëlle Anthony 6 년 전
부모
커밋
2a7d96c18a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      metroidgen.py

+ 4
- 0
metroidgen.py 파일 보기

pw = "Password: {}".format(self.password) pw = "Password: {}".format(self.password)
return "\n".join([ic, mt, et, zb, kb, rs, sw, sl, dr, ms, pw]) return "\n".join([ic, mt, et, zb, kb, rs, sw, sl, dr, ms, pw])


def printPassword(self):
print(self.password)
return self.password

def randomize(self): def randomize(self):
""" The randomizer! """ The randomizer!
""" """

Loading…
취소
저장