summaryrefslogtreecommitdiff
path: root/Let_us_C/chapter-18.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'Let_us_C/chapter-18.ipynb')
-rw-r--r--Let_us_C/chapter-18.ipynb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Let_us_C/chapter-18.ipynb b/Let_us_C/chapter-18.ipynb
index 7a30b0b6..3aa35505 100644
--- a/Let_us_C/chapter-18.ipynb
+++ b/Let_us_C/chapter-18.ipynb
@@ -25,7 +25,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Program to display a message \u201cHello Windows\u201d in different fonts'''\n",
"\n",
"from tkinter import *\n",
"\n",
@@ -65,7 +64,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Program that displays different shapes in a window'''\n",
"\n",
"from tkinter import *\n",
"\n",
@@ -105,8 +103,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Program to create pens of different style, color and\n",
- "thickness to draw'''\n",
"\n",
"from tkinter import *\n",
"\n",
@@ -205,7 +201,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Program to display a image in a window.'''\n",
"\n",
"from tkinter import *\n",
"\n",
@@ -233,7 +228,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Program to illustrate a animation of a ball bouncing off a window '''\n",
"from visual import *\n",
"\n",
"floor = box(length=4, height=0.5, width=4, color=color.blue)\n",