In [6]:
print('hello world, ' + 'kendrick here')
In [2]:
1+1
Out[2]:
In [3]:
float(1)/float(2)
Out[3]:
In [4]:
hello_world = 'kendrick here'
print(hello_world)