Suppose I mount drive in this folder:
from google.colab import drive
drive.mount('/content/drive', force_remount=True)
Then I run
!rm -rf /content/drive
Will all my data in google drive remove permanently? Since it contains MyDrive folder that is /content/drive/MyDrive/
which contain all my private stuff in google drive.