Re: [Tutor] Python programming help!

2018-09-23 Thread V E G E T A L
Wow, didn't know attachments didn't work. I had posted my screenshot as an attachment, never expected you to read my mind. I solved the problem, it was a spelling mistake (I know, I'm stupid). Thank a lot though! Στις Κυρ, 23 Σεπ 2018 - 16:25 ο χρήστης Bob Gailer έγραψε: > On Sep 23, 2018 3:33

Re: [Tutor] Python programming help!

2018-09-23 Thread Carlton Banks
Without having Seen the code, use og statements.. but please provide is the code... søn. 23. sep. 2018 15.26 skrev Bob Gailer : > On Sep 23, 2018 3:33 AM, "V E G E T A L" > wrote: > > > > Hello folks! So, I'm pretty much a noob still experimenting with basic > > commands. I wanted to make a

Re: [Tutor] Python programming help!

2018-09-23 Thread Bob Gailer
On Sep 23, 2018 3:33 AM, "V E G E T A L" wrote: > > Hello folks! So, I'm pretty much a noob still experimenting with basic > commands. I wanted to make a code that checks if the value of one variable > is less, equal or greater than the other. Pretty simple right? But then, > this problem

Re: [Tutor] Python programming help!

2018-09-23 Thread Mark Lawrence
On 21/09/18 16:12, V E G E T A L wrote: Hello folks! So, I'm pretty much a noob still experimenting with basic commands. I wanted to make a code that checks if the value of one variable is less, equal or greater than the other. Pretty simple right? But then, this problem emerged. I would really

[Tutor] Python programming help!

2018-09-23 Thread V E G E T A L
Hello folks! So, I'm pretty much a noob still experimenting with basic commands. I wanted to make a code that checks if the value of one variable is less, equal or greater than the other. Pretty simple right? But then, this problem emerged. I would really love some help, since I'm stuck and can't

[Tutor] Python Programming Help

2013-09-11 Thread Katie
Hello, I am a beginner in computer programming. I am studying math, and the math class that I will be taking requires knowledge in Python. So, I am in a computer science class. Therefore, I do not have an in-depth knowledge of computer programming. I am currently trying to write a program

Re: [Tutor] Python Programming Help

2013-09-11 Thread Chris Down
On 2013-09-10 21:01, Katie wrote: In my NotePad file, I have the following...I'm not sure if I am even going about doing this problem correctly... I don't envy you having to use notepad. Consider using a more sane editor... you'll thank yourself for it. def sinh(x): return (1/2)*(e^x -

Re: [Tutor] Python Programming Help

2013-09-11 Thread Amit Saha
Hi Katie, On Wed, Sep 11, 2013 at 11:01 AM, Katie xrandomhear...@aim.com wrote: Hello, I am a beginner in computer programming. I am studying math, and the math class that I will be taking requires knowledge in Python. So, I am in a computer science class. Therefore, I do not have an

Re: [Tutor] Python Programming Help

2013-09-11 Thread Alan Gauld
On 11/09/13 02:01, Katie wrote: I am a beginner in computer programming. Hi welcome to the tutor list. I am currently trying to write a program in Python version 2.7.5 *that uses the math module to compute sinh(x) = 1/2(e^x - e^(-x)) in three ways for a given value of x:* *1a) by using the

Re: [Tutor] Python Programming Help

2013-09-11 Thread Oscar Benjamin
On 11 September 2013 10:48, Amit Saha amitsaha...@gmail.com wrote: Hi Katie, So, before you write the solution to the programming problem above, can you first try to write a program and then run it? What operating system are you working? If you are on Windows, can I suggest you to take a

Re: [Tutor] Python Programming Help

2013-09-11 Thread Amit Saha
On Wed, Sep 11, 2013 at 7:59 PM, Oscar Benjamin oscar.j.benja...@gmail.com wrote: On 11 September 2013 10:48, Amit Saha amitsaha...@gmail.com wrote: Hi Katie, So, before you write the solution to the programming problem above, can you first try to write a program and then run it? What