質問編集履歴

4

hoge3

2018/05/24 00:45

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -46,7 +46,7 @@
46
46
 
47
47
  while (True):
48
48
 
49
- if if num target_i = 0
49
+ if if num % target_i == 0
50
50
 
51
51
  print("do the process")
52
52
 

3

hoge

2018/05/24 00:45

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- WHILE 100回に一回処理を実施する
1
+ hogeWHILE 100回に一回処理を実施する
test CHANGED
@@ -56,7 +56,7 @@
56
56
 
57
57
 
58
58
 
59
- また 100回に1回だけでなく、200回に一回、325回に一回の場合にはどのように記載するか
59
+ また 100回に1回だけでなく、200回に一回、325回,50000回に一回の場合にはどのように記載するか
60
60
 
61
61
  具体的に教えて頂けると幸いです。
62
62
 

2

hoge2

2018/05/24 00:42

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -42,9 +42,11 @@
42
42
 
43
43
  num = 0
44
44
 
45
+ target_i = 100
46
+
45
47
  while (True):
46
48
 
47
- if >>>>> ここのコードが不明です。
49
+ if if num % target_i = 0
48
50
 
49
51
  print("do the process")
50
52
 

1

hoge

2018/05/24 00:41

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -48,6 +48,8 @@
48
48
 
49
49
  print("do the process")
50
50
 
51
+  num = num + 1
52
+
51
53
  ```
52
54
 
53
55