{ "cells": [ { "cell_type": "markdown", "id": "b01ef668", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "# 聪明办法学 Python 2nd Edition\n", "## Chapter 4 条件 Conditionals\n", "---\n", "聪明办法学 Python 教学团队\n", "\n", "
learn.python.the.smart.way@gmail.com
" ] }, { "cell_type": "markdown", "id": "dc9d6a25", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "" ] }, { "cell_type": "markdown", "id": "0032e83a", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "# if 语句 if statement" ] }, { "cell_type": "markdown", "id": "238372c3", "metadata": { "slideshow": { "slide_type": "fragment" } }, "source": [ "# Conditionals Make Decisions" ] }, { "cell_type": "markdown", "id": "f75e3df4", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "## if 语句流程\n", "\n", " | \n", " |