# Colab操作筆記 ## 切換python code/shell script +exclamation mark! ```python= import torch torch.cuda.is_available() ``` ```shell= !ls ```