質問編集履歴

3

インデントを表示した

2018/04/03 22:40

投稿

tatsuro_sugi
tatsuro_sugi

スコア18

test CHANGED
File without changes
test CHANGED
@@ -32,11 +32,11 @@
32
32
 
33
33
  def myfunc():
34
34
 
35
- 'print "hello"'
35
+ ''''''''''''''print "hello"
36
36
 
37
37
 
38
38
 
39
- 'myfunc()'
39
+ ''''''''''''''myfunc()
40
40
 
41
41
 
42
42
 

2

インデントを追加した

2018/04/03 22:40

投稿

tatsuro_sugi
tatsuro_sugi

スコア18

test CHANGED
File without changes
test CHANGED
@@ -32,11 +32,11 @@
32
32
 
33
33
  def myfunc():
34
34
 
35
- print "hello"
35
+ 'print "hello"'
36
36
 
37
37
 
38
38
 
39
- """""""""""""myfunc()
39
+ 'myfunc()'
40
40
 
41
41
 
42
42
 

1

インデントを追加した

2018/04/03 22:39

投稿

tatsuro_sugi
tatsuro_sugi

スコア18

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
 
38
38
 
39
- myfunc()
39
+ """""""""""""myfunc()
40
40
 
41
41
 
42
42