Skip to content

Commit d88d316

Browse files
committed
spacing on print statement
1 parent 716ab73 commit d88d316

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

6 KB
Binary file not shown.

01_intro.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"metadata": {},
147147
"outputs": [],
148148
"source": [
149-
"print(\"My name is \" + + \"and by favourite colour is\" + )"
149+
"print(\"My name is \" + + \" and by favourite colour is \" + )"
150150
]
151151
},
152152
{

0 commit comments

Comments
 (0)