在pycharm中运行如下代码from IPython import embeda = 10b = 20embed(header='First time')c = 30d = 40embed()运行结果如下:Python 3.6.3 ...
確定! 回上一頁