v = 4 w = 5 x = 8 y = 2 z = 0 z = (v+w) * x / y; print("Value of (v+w) * x/ y is ", z) Post navigation Explain membership operators with example Explain arrays in Pythons with example