I want to mount google drive on google Colab and I am using this command to mount the drive
from google.colab import drive drive.mount(\'/content/drive/\') <
Run command to unmount drive first.
!fusermount -u drive
Then try run again,
from google.colab import drive drive.mount('/content/drive')