Re: [Tutor] Counting Items on a List associated w/ Index #

2018-08-03 Thread Alan Gauld via Tutor
On 03/08/18 12:14, Rafael Knuth wrote: > I wrote a function which is supposed to count the number of items on > each index #. > For starters, here's a list I created to test the function: > > properties = ["mansion, modern, swimming_pool" , "mansion, historic, > air_conditioning", "penthouse, mod

[Tutor] Counting Items on a List associated w/ Index #

2018-08-03 Thread Rafael Knuth
Hi there, I wrote a function which is supposed to count the number of items on each index #. For starters, here's a list I created to test the function: properties = ["mansion, modern, swimming_pool" , "mansion, historic, air_conditioning", "penthouse, modern, whirlpool"] # index 0 = property ty

Re: [Tutor] SSL Error

2018-08-03 Thread Terry Carroll
On Wed, 1 Aug 2018, Marc Tompkins wrote: On 01/08/18 05:07, Saket Mehrotra wrote: Hi I am also not using any Open SSL package. I have just added " import requests" in py file. And when I run the module I get the SSL package error ,not sure why. Give us the _whole_ error message, even the