@@ -1,10 +1,14 @@
|
|
1
|
-
import antigravity
|
1
|
+
import antigravity
|
2
|
+
import this
|
3
|
+
|
2
4
|
if not NINJA_DUTIES.has_key('format_code'):
|
3
5
|
print(
|
4
|
-
"Ninjas don't format their code themselves"
|
6
|
+
"Ninjas don't format their code themselves"
|
5
7
|
"and neither should you!"
|
6
8
|
)
|
9
|
+
|
10
|
+
|
7
11
|
main()
|