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 5e96196 commit c9aa62bCopy full SHA for c9aa62b
1 file changed
implement-cowsay/cow.py
@@ -1,8 +1,6 @@
1
import cowsay
2
import argparse
3
4
-# cowsay.cow(" ".join(sys.argv[1:]))
5
-
6
parser = argparse.ArgumentParser(
7
prog="cowsay",
8
description="Make animals say things"
0 commit comments