Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of stormfield

stormfield

stormfield has asked 4 questions and find answers to 3 problems.

Stats

149
EtPoint
58
Vote count
4
questions
3
answers

About

Feel free to contact me!

    import pandas as pd


print (''.join(pd.Series([115, 116,  111, 114, 109, 102, 105, 101, 108, 100, 46, 115, 116, 
                         97, 99, 107, 111, 118, 101, 114, 102, 108, 111, 119, 64, 103, 109, 
                         97, 105, 108, 46, 99, 111, 109]).dropna().astype(int).apply(chr)))