Re: [Tutor] Using venv

2017-01-27 Thread Cameron Simpson
On 27Jan2017 15:47, jim wrote: It has been suggested to me that I should use a virtual environment and venv would be a good choice. I've read through PEP405 and this link [1]. Though some of it seems a little confusing to me, I'm sure I can get it up and running. This question seems a little d

[Tutor] Using venv

2017-01-27 Thread Jim
It has been suggested to me that I should use a virtual environment and venv would be a good choice. I've read through PEP405 and this link [1]. Though some of it seems a little confusing to me, I'm sure I can get it up and running. This question seems a little dumb and maybe I am being a little

Re: [Tutor] randomly generated error

2017-01-27 Thread Peter Otten
Freedom Peacemaker wrote: > Hi, > main idea was to : > - get random characters word > - randomly colour letters in my word > - from this coloured word print all yellow letters > > As it is random i need to be sure that at least one letter is yellow so i > put yellow color into final variable. W

[Tutor] randomly generated error

2017-01-27 Thread Freedom Peacemaker
Hi, main idea was to : - get random characters word - randomly colour letters in my word - from this coloured word print all yellow letters As it is random i need to be sure that at least one letter is yellow so i put yellow color into final variable. This code works but randomly generates error.