zsy0226 发表于 2022-12-3 10:01:02

话说python不认识python

python居然不认识自己
Python 3.11.0 (main, Oct 24 2022, 18:26:48) on win32
Type "help", "copyright", "credits" or "license()" for more information.
>>> python
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
    python
NameError: name 'python' is not defined
>>> python311
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
    python311
NameError: name 'python311' is not defined

KeyError 发表于 2022-12-3 10:41:12

python把python看成一个变量了

hrpzcf 发表于 2022-12-3 12:21:00

emm...话说人类的大脑知道它自己的原理么?

不二如是 发表于 2022-12-3 20:29:58

hrpzcf 发表于 2022-12-3 12:21
emm...话说人类的大脑知道它自己的原理么?

{:10_275:}

hornwong 发表于 2022-12-17 20:47:16

{:5_109:}

编程追风梦 发表于 2022-12-18 06:46:52

hrpzcf 发表于 2022-12-3 12:21
emm...话说人类的大脑知道它自己的原理么?

诶?我去!有道理!我咋就没想到啊?

zsy0226 发表于 2022-12-18 10:29:02

hrpzcf 发表于 2022-12-3 12:21
emm...话说人类的大脑知道它自己的原理么?

{:10_275:}

liuhongrun2022 发表于 2023-2-24 21:31:49

不二如是 发表于 2022-12-3 20:29


有道理
页: [1]
查看完整版本: 话说python不认识python