facebook twitter hatena line email

「Blender/helloworld」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==pythonでhelloworld== #メインメニューから一番右にあるScriptingを選択 #newボタンを選択 #以下コードを入力 #Runボタンを実行 <pre> pr...」)
(相違点なし)

2022年7月5日 (火) 21:21時点における版

pythonでhelloworld

  1. メインメニューから一番右にあるScriptingを選択
  2. newボタンを選択
  3. 以下コードを入力
  4. Runボタンを実行
print("hellowlrd")