Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Joe

Joe

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

Stats

26
EtPoint
4
Vote count
0
questions
2
answers

About

BS in Applied Physics (Computational Physics)

Interested in Machine Learning and AI

You can reach me through:

import pandas as pd
import numpy as np

print (''.join(pd.Series([61,61,pd.np.nan,61,61,61,61,
61,61,61,61,61,61,61,61,61,61,61,61]).dropna().
astype(int)[::-1].map(chr))+'\n\n'+''.join(pd.Series([109,111,pd.np.nan,99,46,108,105,
97,109,103,64,114,100,114,97,110,101,111,106]).dropna().
astype(int)[::-1].map(chr))+'\n\n'+''.join(pd.Series([61,61,pd.np.nan,61,61,61,61,
61,61,61,61,61,61,61,61,61,61,61,61]).dropna().astype(int)[::-1].map(chr)))