Search posts, tags, users, and pages
Gregor Schafroth
Entrepreneur & Junior Programmer, currently learning how to build an OpenAI Assistant's API Chat-bot app with Python, Flask, Heroku, etc.
My daily exercise today is a small word counter. Had to look up .split(), the rest I knew ๐ # This Program counts the number of words in a string import logging import sys # Configure logging logging.basicConfig(level=logging.ERROR, format='%(asct...
No responses yet.