回答編集履歴

1

別の書き方を追記

2020/04/24 12:37

投稿

shiracamus
shiracamus

スコア5406

test CHANGED
@@ -1,4 +1,18 @@
1
1
  これでいかが?
2
+
3
+
4
+
5
+ ```python
6
+
7
+ def myfunc(r,g,b):
8
+
9
+ return "%02X%02X%02X" % (r,g,b)
10
+
11
+ ```
12
+
13
+
14
+
15
+ あるいは
2
16
 
3
17
 
4
18