In [6]:
a = 5
b = 6
c = 7
In [7]:
d = a**3+ 7*b + c
In [8]:
print "A new cell"
In [9]:
print "ERDC-CHL Demo Updated function"
print "INPUTS (a,b,c):", (a,b,c)
print "RESULTS: ", d
In [ ]: