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