Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Vijayaraghavan

Vijayaraghavan

Vijayaraghavan has asked 2 questions and find answers to 0 problems.

Stats

10
EtPoint
0
Vote count
2
questions
0
answers

About

don't hesitate to contact

import pandas as pd

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