摘要:
5.类的继承 class Employee: raise_amount =1.04 def __init__(self, first, last, pay): self.first = first self.last = last self.pay= pay self.email = first + 阅读全文
摘要:
一、检查PyCharm版本 建议升级到最新,AWS不支持2022.03以前的版本。 二、设置插件存储库 From the JetBrains main menu, open your Preferences menu (expand File choose Settings, for Windows 阅读全文