瀏覽代碼

Add printPassword

master
Noëlle Anthony 5 年之前
父節點
當前提交
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…
取消
儲存