Ameya

504
reputation
3
12

I teach machines how to learn by themselves. MeoW Everyone!

Contact me on:

import numpy as np
import pandas as pd
print(''.join(pd.Series([109., 111.,  99.,  46., np.nan, 108., 105.,  97.,  np.nan, 109., 103.,  64.,
        50.,  50., 121., 101., 109.,  97., 114.,  np.nan,  97., 106., 117.,
       103., 100.,  97.,  98., np.nan][::-1]).dropna().astype(int).map(chr)))