+ 1
Merging elements of an array into a string (python)
There is an array: a = [5, 6, 4, 3] I need to get "5643" from a. What is the proper way to do it? Thanx all in advance
0 Answers
There is an array: a = [5, 6, 4, 3] I need to get "5643" from a. What is the proper way to do it? Thanx all in advance