Re: [Tutor] word printing issue

2019-06-20 Thread Steven D'Aprano
Hi Sean, Your subject line says "word printing issue", but the body of your email says nothing about an issue printing words. Have you tried print(word)? Further comments and questions below. On Thu, Jun 20, 2019 at 08:44:06PM +1000, mhysnm1...@gmail.com wrote: > I have a list of strings that

Re: [Tutor] Fwd: Re: Hii

2019-06-20 Thread Antonio Arizpe
On Thu, Jun 20, 2019 at 12:36 PM Alan Gauld via Tutor wrote: > Forwarding to list. > Please use Reply-All or Reply-List when responding to list emails. > > > > Forwarded Message > Subject:Re: [Tutor] Hii > Date: Thu, 20 Jun 2019 08:50:31 -0500 > From: Antonio Arizpe

[Tutor] Fwd: Re: Hii

2019-06-20 Thread Alan Gauld via Tutor
Forwarding to list. Please use Reply-All or Reply-List when responding to list emails. Forwarded Message Subject:Re: [Tutor] Hii Date: Thu, 20 Jun 2019 08:50:31 -0500 From: Antonio Arizpe To: Alan Gauld i am using python 3.7 On Thu, Jun 20, 2019 at 8:43 AM

Re: [Tutor] Hii

2019-06-20 Thread David Rock
> On Jun 20, 2019, at 03:28, Alan Gauld via Tutor wrote: > > On 19/06/2019 23:30, Antonio Arizpe wrote: > >> i just need help with a script thats registers keystrikes and adds up all >> the times youve struck a key and gives a number of the total amount of >> times the keyboard was struck. noth

Re: [Tutor] word printing issue

2019-06-20 Thread Alan Gauld via Tutor
On 20/06/2019 11:44, mhysnm1...@gmail.com wrote: > I have a list of strings that I want to break them into separate words, and > a combination of words then store them into a list. Example below of a > string: > "Hello Python team". > The data structure: > [ ['Hello'], > ['Hello', 'Python'], > ['

[Tutor] word printing issue

2019-06-20 Thread mhysnm1964
All, I have a list of strings that I want to break them into separate words, and a combination of words then store them into a list. Example below of a string: "Hello Python team". The data structure: [ ['Hello'], ['Hello', 'Python'], ['Hello', 'Python', 'team'], ]'Python'], ]'P

Re: [Tutor] Hii

2019-06-20 Thread Alan Gauld via Tutor
On 19/06/2019 23:30, Antonio Arizpe wrote: > i just need help with a script thats registers keystrikes and adds up all > the times youve struck a key and gives a number of the total amount of > times the keyboard was struck. nothing specific about characters. just how > many times it was struck in

[Tutor] Hii

2019-06-20 Thread Antonio Arizpe
Hey ive looked everywhere and i would really appreciate the guidance i know its not too complicated by google search results dodge my real question i just need help with a script thats registers keystrikes and adds up all the times youve struck a key and gives a number of the total amount of time