Python For Beginner's Day - 8
contd....
join(): takes all elements in an iterable(list, dictionary....) and joins them into one string and it must be separated by any string.
NOTE: Using Dictionary, the returned values will be keys not the values.
lower(): converts stri...
pythonbeginners.hashnode.dev1 min read