目录
模拟异常?TypeError: unsupported operand type(s) for -: 'str' and 'str'
模拟异常?TypeError: unsupported operand type(s) for /: 'str' and 'str'
pip install mayavi
报错了,
看到报错中有个提示:
Fallback spawn triggered. Please update distutils monkeypatch
? if (default > rng[1]) and (default - rng[1]) < 2:
? ? ? TypeError: unsupported operand type(s) for -: 'str' and 'str'
aa='ff'
bb='fxf'
ff=aa/bb
print(ff)