On 10/04/2021 22.57, Joseph Roffey wrote:
> Hi, Im looking for some help with my program, I have been set a task to make
> a Strain Calculator. I need it to input two numbers, choosing either Metres
> or Inches for the 'Change in Length' divided by the 'Original Length' which
> can also be in Me
Hi, Im looking for some help with my program, I have been set a task to make a
Strain Calculator. I need it to input two numbers, choosing either Metres or
Inches for the 'Change in Length' divided by the 'Original Length' which can
also be in Metres or Inches, the out put number also needs to g
On 21/07/2020 22:25, Terry Reedy wrote:
The only way I discovered to get that error, on Windows, is to hit
control-D in response to the prompt.
Slight correction: On Windows, EOF is signaled with Ctrl-Z. This is the
same as hitting F6 in the legacy console (can't check with Win10 at the
momen
On 7/22/20 7:16 AM, Dennis Lee Bieber wrote:
On Tue, 21 Jul 2020 06:38:55 -0700 (PDT), ksikor14--- via Python-list
declaimed the following:
Since this is apparently a homework assignment, I'm not going to
provide fixes -- just some comments.
Logic error?
(not entirely poking-fun: is
On 7/21/2020 11:08 AM, MRAB wrote:
On 2020-07-21 14:38, ksikor14--- via Python-list wrote:
I can't seem to figure out what I am doing wrong. I have tried
everything. This is what it is supposed to do:
[snip]
I get this error:
Traceback (most recent call last):
File "main.py", line 1, in
On 2020-07-21 14:38, ksikor14--- via Python-list wrote:
I can't seem to figure out what I am doing wrong. I have tried everything.
This is what it is supposed to do:
(1) Prompt the user for a title for data. Output the title. (1 pt)
Ex:
Enter a title for the data:
Number of Novels Authored
I can't seem to figure out what I am doing wrong. I have tried everything.
This is what it is supposed to do:
(1) Prompt the user for a title for data. Output the title. (1 pt)
Ex:
Enter a title for the data:
Number of Novels Authored
You entered: Number of Novels Authored
(2) Prompt the use
On 14/10/2016 19:53, LongHairLuke wrote:
Den fredag 14 oktober 2016 kl. 20:30:20 UTC+2 skrev MRAB:
On 2016-10-14 19:11, LongHairLuke wrote:
Hi, l l am trying to make a simple guess program. This is my script:
def main():
print ("Guess a letter between a and e")
randomNumber = b
us
Right, another troll.
plonk
Irmen
--
https://mail.python.org/mailman/listinfo/python-list
Den fredag 14 oktober 2016 kl. 20:30:20 UTC+2 skrev MRAB:
> On 2016-10-14 19:11, LongHairLuke wrote:
> > Hi, l l am trying to make a simple guess program. This is my script:
> >
> > def main():
> > print ("Guess a letter between a and e")
> > randomNumber = b
> >
> > userGuess = input("
On 14-10-2016 20:11, LongHairLuke wrote:
> Hi, l l am trying to make a simple guess program. This is my script:
>
> def main():
> print ("Guess a letter between a and e")
> randomNumber = b
>
> userGuess = input("Your guess: ")
>
> if userGuess == randomNumber:
> print("You
On 2016-10-14 19:11, LongHairLuke wrote:
Hi, l l am trying to make a simple guess program. This is my script:
def main():
print ("Guess a letter between a and e")
randomNumber = b
userGuess = input("Your guess: ")
if userGuess == randomNumber:
print("You got it")
else:
pr
Hi, l l am trying to make a simple guess program. This is my script:
def main():
print ("Guess a letter between a and e")
randomNumber = b
userGuess = input("Your guess: ")
if userGuess == randomNumber:
print("You got it")
else:
print ("That's not it")
main()
Wh
On Sun, 02 Oct 2005 12:57:29 -0700, FX wrote:
> can anybody write a code for a program that reads from a
> /location/file & according to file contents, it execute script. e.g. if
> file contains "mp" it runs media player.
> I hope the code is small .. plz help me out!
There are lots of people who
"FX" <[EMAIL PROTECTED]> writes:
> can anybody write a code for a program that reads from a
> /location/file & according to file contents, it execute script. e.g. if
> file contains "mp" it runs media player.
> I hope the code is small .. plz help me out!
open http://www.mired.org/downloads/ > wi
FX wrote:
> can anybody write a code for a program that reads from a
> /location/file & according to file contents, it execute script. e.g. if
> file contains "mp" it runs media player.
> I hope the code is small .. plz help me out!
You might be interested in the FileInfo class, defined and thorou
can anybody write a code for a program that reads from a
/location/file & according to file contents, it execute script. e.g. if
file contains "mp" it runs media player.
I hope the code is small .. plz help me out!
--
http://mail.python.org/mailman/listinfo/python-list
17 matches
Mail list logo