{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# 实验2:What is Python?\n", "#### 【知识点】Python是一种通用编码语言,可以用来构建各类程序。由于其具有大量功能强大且易于使用的库,Python在AI开发中得到广泛使用。\n", "## 【实验目标】掌握编程环境,及基本编程方法。\n", "#### 使用水杉平台的在线JupyterHub,它是基于Jupyter Notebook的多人在线代码编辑平台。\n", "\n" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "1" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "number=1\n", "number" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.5" } }, "nbformat": 4, "nbformat_minor": 2 }