Skip to content

Commit 98cea7c

Browse files
committed
since sys is built-in no point of explicity saying import
1 parent 9dbaa8f commit 98cea7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

implement-cowsay/cow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import cowsay
2-
import sys
2+
33

44
cowsay.cow(" ".join(sys.argv[1:]))

0 commit comments

Comments
 (0)