{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "test = 1 \n", "t" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "list" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "list." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "`from time import Tim` → `from time import time`" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "from time import Tim" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Setup (not a test case)" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "def display_table():\n", " pass" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "`dispdata` → `display_tabledata`" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "dispdata" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "`display` → `display_table`" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "display" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "`from statistics ` → `from statistics import`" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "from statistics " ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "`import os.pat` → select `pathsep` → `import os.pathsep` (tests whether kernel prefixes are removed)" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "import os.pat" ] } ], "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.8.0" } }, "nbformat": 4, "nbformat_minor": 4 }