diff options
Diffstat (limited to 'Let_us_C/chapter-16.ipynb')
-rw-r--r-- | Let_us_C/chapter-16.ipynb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Let_us_C/chapter-16.ipynb b/Let_us_C/chapter-16.ipynb index 8c3c03f2..195741f0 100644 --- a/Let_us_C/chapter-16.ipynb +++ b/Let_us_C/chapter-16.ipynb @@ -25,7 +25,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "'''Program to display a \u201cHello\u201d message in a message box'''\n",
"\n",
"import ctypes\n",
"MessageBox = ctypes.windll.user32.MessageBoxW\n",
|