Is Python strongly typed?

后端 未结 11 1216
长发绾君心
长发绾君心 2020-11-22 17:12

I\'ve come across links that say Python is a strongly typed language.

However, I thought in strongly typed languages you couldn\'t do this:

bob = 1
b         


        
11条回答
  •  花落未央
    2020-11-22 17:23

    I just discovered a superb concise way to memorize it:

    Dynamic/static typed experssion; strongly/weakly typed value.

提交回复
热议问题