Go to advanced search

by Delzun
Mon Feb 17, 2014 8:21 pm
Forum: Python
Topic: (Problem solved) Printout results differ from examples
Replies: 9
Views: 1267

Re: Printout results differ from examples

Thanks, with version 2.7 examples I got everything to go as expected.

Should I change to Python 3 or could I just learn from older examples. Is there big diffence between the two?
by Delzun
Mon Feb 17, 2014 7:16 pm
Forum: Python
Topic: (Problem solved) Printout results differ from examples
Replies: 9
Views: 1267

(Problem solved) Printout results differ from examples

I been trying examples from this site: http://docs.python.org/3/tutorial/controlflow.html but results I get are often different from examples given. This is what site shows: >>> for n in range(2, 10): ... for x in range(2, n): ... if n % x == 0: ... print(n, 'equals', x, '*', n//x) ... break ... els...
by Delzun
Sun Feb 16, 2014 10:01 pm
Forum: Raspberry Pi OS
Topic: Removing all proxy settings
Replies: 0
Views: 1362

Removing all proxy settings

I moved to location where I do not need proxy and thought I had removed my proxy settings from apt.conf. Other things work but I cannot use wget because it keeps looking for proxy that does not exist in this network. Resolving proxy.xyz.com (proxy.xyz.com)... 193... Connecting to proxy.xyz.com (prox...

Go to advanced search