Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
import numpy as np num1 = 4 num2 = 6 x = np.lcm(num1, num2) print(x)
12