質問編集履歴
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,13 +30,23 @@
|
|
30
30
|
|
31
31
|
sale=int(input("6ケタ整数"))
|
32
32
|
|
33
|
+
|
34
|
+
|
33
35
|
sale='123456'
|
36
|
+
|
37
|
+
|
34
38
|
|
35
39
|
sale_sab='\t'. join(list(sale))
|
36
40
|
|
41
|
+
|
42
|
+
|
37
43
|
sale_sab
|
38
44
|
|
45
|
+
|
46
|
+
|
39
47
|
1,"\t",2,"\t",3,"\t",4,"\t",5,"\t",6,"\t"
|
48
|
+
|
49
|
+
|
40
50
|
|
41
51
|
print(sale_sab)
|
42
52
|
|