how to pront # python code example Example: print python x=str("Hello ") y=str("world ") print(x+y) print(y+x) z=int(40) print("z="y)