1. 首页
  2. 数据库
  3. 其它
  4. pokemon attack damage 源码

pokemon attack damage 源码

上传者: 2021-04-26 09:02:58上传 ZIP文件 2.1KB 热度 9次
宠物小精灵攻击力 用于检查宠物小精灵对其他宠物小精灵造成的损害的小型程序。 安装 将存储库克隆到本地环境,然后从pokemon模块导入pokemon_attack_damage。 用法 要运行函数,请插入具有以下结构的字符串作为参数。 from pokemon import pokemon_attack_damage pokemon_attack_damage ( "fire -> grass" ) pokemon_attack_damage ( "fighting -> ice rock" ) pokemon_attack_damage ( "psychic -> poison dark" ) pokemon_attack_damage ( "water -> normal" ) pokemon_attack_damage ( "fire -> rock" )
用户评论