---------------------------------------------------------------------------NameError Traceback (most recent call last)
<ipython-input-9-b983120c7d3f> in <module>() 1def list_of_chars(list_chars): 2 b = list(list_chars)----> 3c = b.reverse() 4 print(c) 5passNameError: name 'b' is not defined