|
[Python] Guess a number (1-100)
|
|
02-03-2010, 03:26 AM
(This post was last modified: 03-21-2010 08:07 PM by Alphablend.)
Post: #1
|
|||
|
|||
|
[Python] Guess a number (1-100)
Believe it or not we had this task on Colloqia exam for Introduction to Computers. I did it in like... 3 min or something.
Lol funny thing was that about 50% of students did this one wrong. Lol Code: from random import randint |
|||
|
02-03-2010, 04:51 AM
Post: #2
|
|||
|
|||
|
RE: [Python] Guess a number (1-100)
Very good, fast and structured. Good piece of code !
There's a fine line between genius and insanity. I have erased this line. Oscar Levant There's a fine line between an administrator and black hat hacker. I have erased this line. Dr DEBCOL |
|||
|
02-03-2010, 10:11 AM
Post: #3
|
|||
|
|||
|
RE: [Python] Guess a number (1-100)
I would of loved to had a college course in python. I have taken all the programming courses under my degree. I need to change my major to software engineer so I can take so more programming courses.
|
|||
|
« Next Oldest | Next Newest »
|






