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
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
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
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.