Convert array to string using tostring method

suggest change

tostring() converts the array to a string.

my_char_array = array('c', ['g','e','e','k'])
# array('c', 'geek')
print(my_char_array.tostring())
# geek

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents