We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9152cdd commit 29cb958Copy full SHA for 29cb958
.gitignore
@@ -1 +1,5 @@
1
node_modules
2
+.DS_Store
3
+__pycache__/
4
+*.pyc
5
+node_modules
implement-cowsay/cow.py
@@ -12,10 +12,6 @@
12
13
14
msg=" ".join(args.message)
15
-
16
17
-msg = " ".join(args.message)
18
19
if args.animal is None:
20
print(cowsay.cowsay(msg))
21
else:
0 commit comments