Re: [Tutor] coding problem

2018-10-04 Thread Steven D'Aprano
On Wed, Oct 03, 2018 at 11:22:45PM -0500, ramanpreet baidwan wrote: > Can anyone tell me how to code to display permutations in a table for > all values of z=x^2+y by getting input from user for range of x and y? Yes. Use a text editor to write your code in a text file. When you save the file,

Re: [Tutor] coding problem

2018-10-04 Thread Alan Gauld via Tutor
On 04/10/18 05:22, ramanpreet baidwan wrote: > Can anyone tell me how to code to display permutations in a table > for all values of z=x^2+y by getting input from user for range of x and y? There are several problems with your question. First it sounds suspiciously like homework and we won't do

Re: [Tutor] coding problem

2018-10-04 Thread Mark Lawrence
On 04/10/18 05:22, ramanpreet baidwan wrote: Can anyone tell me how to code to display permutations in a table for all values of z=x^2+y by getting input from user for range of x and y? Sorry but no as we do not do homework. -- My fellow Pythonistas, ask not what our language can do for

[Tutor] coding problem

2018-10-04 Thread ramanpreet baidwan
Can anyone tell me how to code to display permutations in a table for all values of z=x^2+y by getting input from user for range of x and y? ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: