teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

3

結果画像を追加

2020/10/16 03:23

投稿

needhelpman
needhelpman

スコア2

title CHANGED
File without changes
body CHANGED
@@ -100,7 +100,7 @@
100
100
  ![イメージ説明](3b8acb8a43b85c7178e3c1839f153caa.png)
101
101
  よろしくお願いします。
102
102
  ![イメージ説明](7d2fa3ed5ffb41b32c4ac9e3b95bbc00.png)
103
- ![イメージ説明](def336fbfb4eed5e397e036896818fd3.png)
103
+ ![イメージ説明](f76f060092d61fd5943e00c4406af0e1.png)
104
104
  ```
105
105
  エラーメッセージ
106
106
  ```

2

結果画像を追加

2020/10/16 03:23

投稿

needhelpman
needhelpman

スコア2

title CHANGED
File without changes
body CHANGED
@@ -99,6 +99,8 @@
99
99
  こちらが正答と私のコードの誤差です。
100
100
  ![イメージ説明](3b8acb8a43b85c7178e3c1839f153caa.png)
101
101
  よろしくお願いします。
102
+ ![イメージ説明](7d2fa3ed5ffb41b32c4ac9e3b95bbc00.png)
103
+ ![イメージ説明](def336fbfb4eed5e397e036896818fd3.png)
102
104
  ```
103
105
  エラーメッセージ
104
106
  ```

1

修正しました。よろしくお願いします。

2020/10/16 03:22

投稿

needhelpman
needhelpman

スコア2

title CHANGED
File without changes
body CHANGED
@@ -13,9 +13,9 @@
13
13
  Radius = 100# Import the turtle to draw the circle.
14
14
 
15
15
  私が書いたコード:
16
+ ```ここに言語を入力
17
+ # Import the turtle to draw the circle.
16
18
 
17
-
18
-
19
19
  # Import the math to use pi.
20
20
 
21
21
  import turtle
@@ -85,7 +85,11 @@
85
85
  main()
86
86
 
87
87
  turtle.mainloop()
88
+ ```
88
89
 
90
+
91
+
92
+
89
93
  ### 発生している問題・エラーメッセージ
90
94
  円の位置と、サークルが始まり、終る位置が正しくないようです。
91
95
  こちらが正答です。