3+1
4
_1
_
hola
--------------------------------------------------------------------------- NameError Traceback (most recent call last) <ipython-input-5-916f4c31aaa3> in <module>() ----> 1 hola NameError: name 'hola' is not defined
HOLA
print("hola mundo")
hola mundo
2+2.0
4.0
2/4
0
2.00//4.00
0.0
2+3
5
2*5+4
14
2*(9)
18
25/5
25%2
1
1/3
2**3
8
2**3**2
512
5>2
True
2*5+4==2*(9)
False
2**9