MrRutledge

'If at first you dont succeed just refresh and try again.' Aliyah

Sun 12 March 2017

Notebook using internal metadata

Posted by Mr NotebookRoooky in Notebook   

In [ ]:

Test one two

In [1]:
import numpy as np
import pandas as pd
In [4]:
def why(a,b):
    return a*b

print(why(3,4))
12
In [ ]: