In this chapter, we will discuss about NumPy char multiply. This function performs multiple concatenation.
import numpy as np print np.char.multiply('Hello ',3)
Its output would be as follows −
Hello Hello Hello
Next Topic – Click Here
In this chapter, we will discuss about NumPy char multiply. This function performs multiple concatenation.
import numpy as np print np.char.multiply('Hello ',3)
Its output would be as follows −
Hello Hello Hello
Next Topic – Click Here
You must be logged in to post a comment.
Pingback: NumPy char add - Adglob Infosystem Pvt Ltd .........
Pingback: NumPy String Functions - Adglob Infosystem Pvt Ltd