my closest guess:
def print_ID(“Amy Davidson”, 1)
Student = “Amy Davidson”
StudentN = 1
print (“StudentName:”, Student)
print (“StudentNumber:”, StudentN)
If you could help correct my work and explain, that would be great!
Thanks,
Amy Davidson
Hey Danny,
I just started taking the course (introduction to Computer Science) on last
Tuesday, so I am not to familiar. I have been doing my best to understand the
material by reading the text book, Learn Python the hard way.
In my quest to answer the question given to me, I have searched the
t 1:04 AM, Alex Kleider wrote:
> On 2014-01-10 17:57, Amy Davidson wrote:
>> Hey Danny,
>> I just started taking the course (introduction to Computer Science) on
>> last Tuesday, so I am not to familiar. I have been doing my best to
>> understand the material by reading t
Hello,
I’ve been given an assignment in which I need to recreate the game Mastermind.
I’ve been attempting it for approx a week with little to no progress. I was
hoping someone would be able to point me in the right direction.
here is what I’ve got:
import random
def masterMind():
userGue