{ "nbformat": 4, "nbformat_minor": 0, "metadata": { "colab": { "provenance": [] }, "kernelspec": { "name": "python3", "display_name": "Python 3" }, "language_info": { "name": "python" } }, "cells": [ { "cell_type": "markdown", "source": [ "哈哈" ], "metadata": { "id": "Q5Zen6kp5ZMi" } }, { "cell_type": "code", "execution_count": 1, "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "ciO8Pg125UbD", "outputId": "44bc75cb-065c-4075-cd2e-59cf3a7fb006" }, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "hello world\n" ] } ], "source": [ "print(\"hello world\")" ] } ] }