看板 [ Python ]
討論串[問題] 新手請益
共 16 篇文章

推噓1(1推 0噓 1→)留言2則,0人參與, 最新作者justlink (('(oo)'))時間16年前 (2009/03/19 19:45), 編輯資訊
0
0
0
內容預覽:
版本 3.1a. 使用 win32 idle. e = "e ". print(e is "e "). 得到True. Shell 底下. >>> e = "e ". >>> e is "e ". False. 囧rz 這是?. 另外關於. round(2.5). 這個問題的答案為何是2?. --.