Difference between revisions of "SBR600 Python Lab"
(Created page with 'Here is a small Python script: #!/usr/bin/python import random secret=random.randrange(1,100) guess=int(raw_input("Enter a guess: ")) if guess<secret: print "Too…') |
Chris Tyler (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | # Login to Matrix | |
− | + | # git clone ~chris.tyler/public/guess | |
− | + | # Modify the script according to the comments at the top | |
− | + | # Blog it! Include your script, the challenges you faced making the modifications, and your impressions of Python | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | # Modify the script | ||
− | # | ||
− | |||
− | |||
− | |||
− |
Revision as of 10:27, 3 October 2013
- Login to Matrix
- git clone ~chris.tyler/public/guess
- Modify the script according to the comments at the top
- Blog it! Include your script, the challenges you faced making the modifications, and your impressions of Python