Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of mishsx

mishsx

mishsx has asked 1 questions and find answers to 3 problems.

Stats

38
EtPoint
3
Vote count
1
questions
3
answers

About

gif

Feel free to reach out to me on:

import pandas as pd

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