Run a cell with the following code snippet: import os os.kill(os.getpid(), 9). That will kill the current Python runtime process, ...
確定! 回上一頁