| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,262
» Latest member: chuhlowe
» Forum threads: 38,787
» Forum posts: 175,849
Full Statistics
|
| Online Users |
There are currently 34 online users. » 0 Member(s) | 29 Guest(s) Google, Bing, Applebot, AOL
|
|
|
| List of Strings Problem |
|
Posted by: jge047 - Dec-18-2017, 07:25 PM - Forum: Homework
- Replies (3)
|
 |
The input is a list of strings, I need to add code below it (and fix indentation and variable names if needed) so that the code will print a story for..... More
|
|
|
| loop issues |
|
Posted by: kanwal121 - Dec-17-2017, 10:18 PM - Forum: Homework
- Replies (4)
|
 |
[python]
import random #this is to import the random number for calculations
initialBalance = 1000 #this is the initial balance £1000
wholeSalePrice =..... More
|
|
|
| Lists in lists |
|
Posted by: ColdDeath - Dec-17-2017, 06:37 PM - Forum: General Coding Help
- Replies (4)
|
 |
I have the following code, for making an AI in tic tac toe (or knots and crosses).
Pre: I've written a program to make every possible configuration..... More
|
|
|
| unit 18 codes |
|
Posted by: Miss_Kaur - Dec-17-2017, 06:22 PM - Forum: Homework
- Replies (7)
|
 |
[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More
|
|
|
| moving from os to subprocess |
|
Posted by: Barrowman - Dec-17-2017, 04:11 PM - Forum: GUI
- Replies (10)
|
 |
I am working on a Linux Mint 18.2 laptop.
I used python 2.7 in the past but moved to 3.5 and now 3.6. I have carried on using os.system calls as I ca..... More
|
|
|
| Newbie question for a kind of rolling average of list of lits |
|
Posted by: zydjohn - Dec-16-2017, 09:13 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hello:
I have one list of lists, like this:
totals = [[1, 2, 3], [2, 3, 4], [5, 6, 7], [10, 9, 8], [4, 5, 6]] I need a functio..... More
|
|
|
|