Some default beginning in python Posted on 2022-06-14 Edited on 2022-11-07 In python Allow multiple results during one execution for one cell 12from IPython.core.interactiveshell import InteractiveShellInteractiveShell.ast_node_interactivity = "all" Tell python interpreter to read code based on utf-8 12#!/usr/bin/env python3# -*- coding: utf-8 -*-