On 19/09/17 21:13, Larry Staley wrote:
> Hello I am very new to Python just having installed Python Version 2.7 onto
> my windows 8.1 laptop. I thought the install was successful and was
> entering information for my first assignment when I received an unexpected
> error.
Where did you get your v
Hello I am very new to Python just having installed Python Version 2.7 onto
my windows 8.1 laptop. I thought the install was successful and was
entering information for my first assignment when I received an unexpected
error.
I executed a Sheets command using an earlier generated getSheetNames
On 19/09/17 15:45, Saahndong Ransom wrote:
> What are the uses of python?
> What are easy way to learn python?
Python is a general purpose programming language
that can be used to build many kinds of software
applications from computer administration to web
servers to desktop GUI applications.
Th
On 19/09/17 15:11, C wrote:
> Hi Python tutor, I require help for a script that asks user for number of
> rows, r and number of columns c, and generates a r x c matrix with the
> following values:
You already posted this in another thread, please do not multi-post it
just clutters up the archive a
What are the uses of python?
What are easy way to learn python?
On Sep 19, 2017 15:07, wrote:
Send Tutor mailing list submissions to
tutor@python.org
To subscribe or unsubscribe via the World Wide Web, visit
https://mail.python.org/mailman/listinfo/tutor
or, via email, send a me
Hi Python tutor, I require help for a script that asks user for number of
rows, r and number of columns c, and generates a r x c matrix with the
following values:
- The value of each element in the first row is the number of the column
- The value of each element in the first column is the number
First fill the first row and first column of the matrix with seperate loops.
Then the rest of the elements of the matrix can be filled with nested loops.
regards,
Sarma.
On Tue, Sep 19, 2017 at 1:18 PM, Clara Chua wrote:
> Hi Python tutor, I require help for a script that asks user for number of
On 19/09/17 08:48, Clara Chua wrote:
> Hi Python tutor, I require help for a script that asks user for number of
> rows, r and number of columns c, and generates a r x c matrix with the
> following values:
What help do you need?
Which part of the above do you not know how to do?
Can you ask the u
Hi Python tutor, I require help for a script that asks user for number of
rows, r and number of columns c, and generates a r x c matrix with the
following values:
- The value of each element in the first row is the number of the column
- The value of each element in the first column is the number