回答編集履歴
1
文法修正
test
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
|
3
3
|
{% with score = get_score kokugo sansu eigo %}
|
4
4
|
|
5
|
+
…
|
6
|
+
|
7
|
+
{% endwith %}
|
8
|
+
|
5
9
|
```
|
6
10
|
|
7
11
|
withを入れるとどうでしょう
|