Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b7be877

Browse files
committed
updates
1 parent 2fa20dd commit b7be877

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

HOMEWORK3.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
Given homework #2, add the following features to it, via the optparse
2-
module:
1+
Commit homework #2 to a 'homework' repo on github.com. Something like:
2+
git://github.com/cbnoonan/homework.git/2/cogserver.py.
3+
4+
Given homework #2, copy it to a different location in the repo (like
5+
3/cogserver2.py) and add the following features to it, via the
6+
optparse module.
37

48
o Accept an optional host and port arguments. -o HOST (or --host=HOST)
59
and -p PORT (or --port=PORT). These default to Homework #2's values if
@@ -46,6 +50,6 @@ Welcome to CogServer ('127.0.0.1', 50808)
4650
6668632071627475626866722e2e2e0d0a0d0a094a554e4721
4751

4852

49-
Hints:
5053

51-
o Encoding a string is as easy as: somestr.encode(encoding)
54+
Push your changes to github as often as possible so I can see your
55+
progress.

0 commit comments

Comments
 (0)