问题标签 [codeskulptor]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
342 浏览

python - python属性错误'str'对象没有属性是什么意思?

我正在 CodeSkulptor 上开发一个初学者 python 项目来构建游戏二十一点。在我的 Blackjack 代码中,当我遍历 Hit 处理程序时收到此错误:AttributeError: 'str' object has no attribute 'get_rank'。这是指什么'str'对象?

此部分出现错误,在 Hand 类中找到,get_value 属性出现在这一行:for card in self.hand: value += VALUES[card.get_rank()]

0 投票
1 回答
78 浏览

module - 是否有可以在 Google Colaboratory 中使用的“simplegui”替代模块?

我需要找到一个可以在 Python 和 Google Colaboratory 中运行的simplegui模块的替代方案。它可以在 CodeSkulptor 平台上运行,但在另一个平台上会出错!