summaryrefslogtreecommitdiff
path: root/Let_us_C/chapter-17.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'Let_us_C/chapter-17.ipynb')
-rw-r--r--Let_us_C/chapter-17.ipynb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Let_us_C/chapter-17.ipynb b/Let_us_C/chapter-17.ipynb
index 1b6a9007..ea406a32 100644
--- a/Let_us_C/chapter-17.ipynb
+++ b/Let_us_C/chapter-17.ipynb
@@ -25,7 +25,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Program to create a window on the screen.'''\n",
"\n",
"from tkinter import *\n",
"\n",
@@ -55,7 +54,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Program to create several windows on the screen'''\n",
"\n",
"from tkinter import *\n",
"root = []\n",
@@ -85,7 +83,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Program to create a window using window class and interact with it'''\n",
"\n",
"from tkinter import *\n",
"\n",