Skip to content

Commit 56bb541

Browse files
committed
I have no idea what's in this commit. I think maybe I forgot to close Jupyter Notebook, and it autosaved at some point later.
1 parent 45db10a commit 56bb541

3 files changed

Lines changed: 4 additions & 23 deletions

File tree

.idea/sonarlint/issuestore/c/8/c8cc6a9bbc0b5b844c42fc7fcfedffed846ddafb

Whitespace-only changes.

.idea/sonarlint/issuestore/index.pb

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Python Fundamentals/Module_1.2_Required_Code_Python_Fundamentals.ipynb

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -69,28 +69,7 @@
6969
]
7070
}
7171
],
72-
"source": [
73-
"# [] create words after \"G\" following the Assignment requirements use of functions, menhods and kwyowrds\n",
74-
"# sample quote \"Wheresoever you go, go with all your heart\" ~ Confucius (551 BC - 479 BC)\n",
75-
"# [] copy and paste in edX assignment page\n",
76-
"\n",
77-
"def after_g():\n",
78-
" word = \"\"\n",
79-
" u_phrase = input(\"Enter a 1-sentence quote. \").lower() + \" \"\n",
80-
" for i in u_phrase:\n",
81-
" if i.isalpha():\n",
82-
" word += i\n",
83-
" else:\n",
84-
" if not word:\n",
85-
" continue\n",
86-
" if word[0] >= \"h\":\n",
87-
" print(word.upper())\n",
88-
" word = \"\"\n",
89-
" else:\n",
90-
" word = \"\"\n",
91-
"after_g()\n",
92-
"\n"
93-
]
72+
"source": []
9473
},
9574
{
9675
"cell_type": "markdown",

0 commit comments

Comments
 (0)