Skip to content

Instantly share code, notes, and snippets.

@MetalDevOps
Forked from dissagaliyeva/connect.py
Last active March 10, 2022 13:25
from google.colab import drive
drive.mount('/content/drive')
# set path to the folder!
PATH = '/content/drive'
print(PATH)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment