Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: check if letters in a words
Post: RE: check if letters in a words

I actually try to recall the code I've done once working and funny I can't get it done again, printing nothing or in a list are ending all words no matter what. list = [] letters = input(" input le...
Vimart General Coding Help 4 5,550 Aug-10-2020, 08:25 PM
    Thread: check if letters in a words
Post: check if letters in a words

I have a file containing words, a word in a line. I try to print a words containing specific letters ( if all letters given in input are in a word: print word) , I tried different ways but ending up w...
Vimart General Coding Help 4 5,550 Aug-10-2020, 08:00 PM
    Thread: How does a set in python store the elements?
Post: RE: How does a set in python store the elements?

Like other collections, sets support x in set, len(set), and for x in set. Being an unordered collection, sets do not record element position or order of insertion. Accordingly, sets do not support in...
Vimart General Coding Help 5 2,805 Jul-10-2020, 08:44 PM
    Thread: homework
Post: RE: homework

You can use count() method to count how many times element appears in a list in a Loop For.
Vimart Homework 5 2,692 May-13-2019, 01:40 PM
    Thread: Multiplying two lists to make an array
Post: RE: Multiplying two lists to make an array

You want to have look at this: https://www.w3schools.com/python/python_for_loops.asp
Vimart General Coding Help 15 5,834 May-13-2019, 01:25 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020