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...
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...