1.头部加:
#!/usr/bin/env python
a = 5 b = a.bit_length() print(b) ———————— 3
3. pycharm ——setting——interpreter(搜索)
4. 字符串一旦创建,不可更改