| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 44 online users. » 0 Member(s) | 41 Guest(s) Bing, Google, AOL
|
|
|
| Need Help |
|
Posted by: aankrose - May-08-2019, 07:51 PM - Forum: General Coding Help
- Replies (4)
|
 |
[python]
The number of rows must be between 11 and 20 and the The result will appear in the console output as indicated in the figure. If the user e..... More
|
|
|
| How to eliminate magic squares formed by the same numbers, but permuted |
|
Posted by: frame - May-08-2019, 06:29 PM - Forum: General Coding Help
- Replies (7)
|
 |
The magic squares that are formed with the first 9 numbers are:
[[6, 1, 8], [7, 5, 3], [2, 9, 4]]
[[2, 7, 6], [9, 5, 1], [4, 3, 8]] etc etc (8 magic..... More
|
|
|
| Math Trainer site(s) |
|
Posted by: MvGulik - May-08-2019, 05:54 PM - Forum: Bar
- Replies (3)
|
 |
As general on/off Khan Academy(KA) user, to maintain and where possible to improve my arithmetic and Math skills, I always felt KA was missing some ba..... More
|
|
|
| PING PONG GAME |
|
Posted by: akea - May-08-2019, 04:30 PM - Forum: General Coding Help
- No Replies
|
 |
Hello.i wrote a ping pong game by using turtle with multithreading. The code shows no error in the editor but mutltyhreading isnot working probably an..... More
|
|
|
| DFS with weighted edges |
|
Posted by: livbat - May-08-2019, 01:41 PM - Forum: Homework
- Replies (2)
|
 |
I'm making a project (the code I'm showing here is related to a part but not the same, more like practice exercise) where I have weighted edges and ne..... More
|
|
|
| Fitting xticks on x-axis |
|
Posted by: schniefen - May-08-2019, 12:04 PM - Forum: Homework
- Replies (1)
|
 |
I'm working on a plot of energy consumption versus month over a period of years.
[python]
import matplotlib.pyplot as pat
kwh=[88736,92100,95420..... More
Attached Files
Thumbnail(s)
|
|
|
|