Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: sum of int in list in a list
Post: sum of int in list in a list

i have a list with list in it and i want to add the numbers from first list to another list , i need to add all lists together to form one list any help on how i should do this data = [(0,1,1,1,1,1)...
Dbeah General Coding Help 1 1,721 Dec-20-2018, 10:19 AM
    Thread: determine if an number is in a list
Post: determine if an number is in a list

what should i use for the elif statement to get number not in the list import random def rollBall(): system = [0,9,20,24,25,35] spin = random.randint(0,36) if spin in system: ...
Dbeah General Coding Help 7 3,805 Nov-05-2018, 12:43 PM
    Thread: determine if an number is in a list
Post: determine if an number is in a list

hi, am new at python trying to learn is there away for me to know if its in the list? import random def rollBall(): system = [0,9,12,20,24,25,35] roll = random.randint(0,37) if ro...
Dbeah General Coding Help 1 2,249 Nov-04-2018, 04:13 PM
    Thread: Which library to use
Post: Which library to use

Ok, am a beginner in python now that i have done the basics i need to do so cool stuff I need a program to grab some screen data from chrome(browser) then analys it and execute back on chrome I intend...
Dbeah Web Scraping & Web Development 1 2,295 Oct-29-2018, 07:27 AM

User Panel Messages

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