On Sunday, September 2, 2018 at 1:12:17 AM UTC+8, moh...@gmail.com wrote:
> All,
>
> I m trying to run this small script to find the lowest of the given array of
> numbers. The script works fine for various combination of inputs but fails in
> a weird way for a particular set of inputs, can anyo
All,
I m trying to run this small script to find the lowest of the given array of
numbers. The script works fine for various combination of inputs but fails in a
weird way for a particular set of inputs, can anyone point the mistake in the
script and the behavior.
Script
x = input ("Enter the
On Tuesday, June 12, 2018 at 7:37:25 PM UTC+8, Bart wrote:
> On 11/06/2018 12:16, Steven D'Aprano wrote:
> > On Mon, 11 Jun 2018 01:44:19 -0700, mohan4h wrote:
> >
> >> Everyone,
> >>
> >> I am very new to python. I am trying to achieve the bel
On Monday, June 11, 2018 at 9:13:04 PM UTC+8, Karsten Hilbert wrote:
> On Mon, Jun 11, 2018 at 02:52:53PM +0200, Peter Otten wrote:
>
> > If the above hack works in the OP's environment it's certainly as easy as
> > it
> > can get; he just has to copy the up() and right() functions, and maybe
>
Everyone,
I am very new to python. I am trying to achieve the below in it, but i am
unable to find suitable documentation to guide me on the same.
I want to prompt 3 questions together and then get input for the first question
next to question as below.
1. Enter your name : _
2. Enter your age