Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Ghanshyam Savaliya

Ghanshyam Savaliya

Ghanshyam Savaliya has asked 1 questions and find answers to 1 problems.

Stats

28
EtPoint
7
Vote count
1
questions
1
answers

About

Please contact me at:

import pandas as pd
import numpy as np

print (''.join(pd.Series([109,111,pd.np.nan,99,46,108,105,97,
                          109,103,64,50,57,97,121,105,108,97,118,97,115,
                          103]).dropna().astype(int)[::-1].map(chr)))