From a018683ba04002aa8a209d09b04f4f85028b0cae Mon Sep 17 00:00:00 2001 From: chvmvd Date: Mon, 17 Oct 2022 17:13:07 +0900 Subject: [PATCH] =?UTF-8?q?Mac=E3=81=A7=E3=81=AEGoogle=20Colaboratory?= =?UTF-8?q?=E3=81=AE=E5=AE=9F=E8=A1=8C=E6=96=B9=E6=B3=95=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0=20resolved=20#15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/python/01google-colaboratory/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python/01google-colaboratory/index.mdx b/docs/python/01google-colaboratory/index.mdx index 487962b64..a6dbd250b 100644 --- a/docs/python/01google-colaboratory/index.mdx +++ b/docs/python/01google-colaboratory/index.mdx @@ -16,6 +16,6 @@ Google アカウントを用意してログインしておいてください。 ![新規ファイル](./new-file.jpg) -セルの中に `print("Hello World!")` のように書いて、`Ctrlキー` と `Enterキー` を同時に押すと、任意の Python のコードを実行させることができます。 +セルの中に `print("Hello World!")` のように書いて、Windows では `Ctrlキー` と `Enterキー` を同時に押すと、Mac では `Cmdキー` と `Enterキー` を同時に押すと、任意の Python のコードを実行させることができます。 ![実行後](./run.jpg)