1st Day blog here
听说现在博客blog 已经out (不时髦) 了。But i am willing to mark 一下. 我也不知道之前的blog 写没写过东西了。
就在这里写一点吧。本人确定这里的博客是以技术为主。如 Python,AI Algorithm(e.g 推荐算法).
s = "helloworld" print (2 ** s)运行结果如下所示:
TypeError Traceback (most recent call last)
<ipython-input-4-56e5983b3399> in <module>
----> 1 print(2 ** s)
TypeError: unsupported operand type(s) for ** or pow(): 'int' and 'str'
<ipython-input-4-56e5983b3399> in <module>
----> 1 print(2 ** s)
TypeError: unsupported operand type(s) for ** or pow(): 'int' and 'str'

查看6道真题和解析