| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 44 online users. » 1 Member(s) | 32 Guest(s) Bing, Google, DuckDuckGo, Facebook, AOL, Mojeek, Axel_Erfurt
|
|
|
| integer +-* interval |
|
Posted by: mcgrim - May-07-2019, 09:33 PM - Forum: Homework
- Replies (2)
|
 |
this changed version of my previous code should be able to sum, subtract and multiply
an interval with an integer or float, and the result should be ..... More
|
|
|
| War game |
|
Posted by: Irhcsa - May-07-2019, 04:38 PM - Forum: General Coding Help
- Replies (5)
|
 |
Trying to finish my game of war card game. I am currently on the final step and need to have it keep score.
Can someone please guide me on how to c..... More
|
|
|
| getting a word from a list |
|
Posted by: sheck33332 - May-07-2019, 12:32 PM - Forum: Homework
- Replies (2)
|
 |
I have to get a word which contains the longest word containing "e" from a list. how would I go about this a main function has not been provided. this..... More
|
|
|
| complex numbers |
|
Posted by: mcgrim - May-07-2019, 12:27 PM - Forum: Data Science
- Replies (3)
|
 |
I am trying to come up with methods for addition and subtraction of complex numbers,
so that the print statement should generate something like
1+..... More
|
|
|
| for question |
|
Posted by: turex - May-07-2019, 12:02 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hello guys, i have a noob question. Could you help me please ?
I would like to do when i press + key, my values should change respectively ? Tha..... More
|
|
|
| list |
|
Posted by: ravioli2929 - May-07-2019, 10:41 AM - Forum: Homework
- Replies (3)
|
 |
Define the get_funny_average() function which is passed a list of numbers as a parameter and returns the average of some of the numbers in the paramet..... More
|
|
|
| Regex Pattern |
|
Posted by: NewBeie - May-07-2019, 07:44 AM - Forum: General Coding Help
- Replies (5)
|
 |
Hi,
I have two patterns in my code, one to remove the first part of the string which is just garbage, the second is to remove extra newlines in the..... More
|
|
|
| division error |
|
Posted by: mcgrim - May-06-2019, 09:25 PM - Forum: Data Science
- Replies (8)
|
 |
The following code
[python]
class interval:
def __init__(self,left,right):
self.right=right
self.left=left
def __add_..... More
|
|
|
| display confusion |
|
Posted by: anfaenger - May-06-2019, 06:39 PM - Forum: GUI
- Replies (2)
|
 |
I simply cannot get the result displayed from the code below. Where do I go wrong?
[python]from tkinter import*
def kalkuliere():
result..... More
|
|
|
|