stuff_to_do_or_fixt.md
stuff_to_do_or_fixt.md
strucure python program properly
write proper comments
have some semblance of pep8 style
create functions to do basic stuff
% fomatting for stuff like dates
\# fomatting
. fomatting for presicion
docstring fomatting ie ''' ''' or """ """
raw string fomatting like rf('{hello}\n') = hello\n
run functions in curly braces like: ``` def hello(): return 'hello' print(f('{hello()}')) = hello ``` fix indexing into dictionary
raise error if exppresssion incluedes a \
and more
https://www.python.org/dev/peps/pep-0498/ for more on f-strings