I have code that works well in local Jupiter Notebook. I try to run the same code in google colab but there I get an AttributeError: module 'math' has no attribute 'dist'. The code below is couple of lines from my project
import math
distance = math.dist(x, y)
Update: the default version of python in google colab is 3.7.13