Re: need help for an assignment plz noob here

2016-10-18 Thread Sayth Renshaw
> > > Hello guys. so my assignment consists in creating a key generator so i can > > use it in later steps of my work. In my first step i have to write a > > function called key_generator that receives an argument, letters, that > > consists in a tuple of 25 caracters. The function returns a t

Re: need help for an assignment plz noob here

2016-10-18 Thread Kaur Männamaa
How exactly did you get the final product if you don't know how to get there? I'm sorry but what you are trying to do does not seem fair:) One hint: for loops PS generators are actually specific functions in Python: http://stackoverflow.com/questions/1756096/understanding-generators-in-python#1

Re: need help for an assignment plz noob here

2016-10-17 Thread Rob Gaddi
pedrorenato1...@gmail.com wrote: > Hello guys. so my assignment consists in creating a key generator so i can > use it in later steps of my work. In my first step i have to write a function > called key_generator that receives an argument, letters, that consists in a > tuple of 25 caracters. Th