Hamid Nazari added the comment:
You seem to be calling `turtle.degrees()`, not `math.degrees()`.
Try this in your Repl.it: (which does not use cpython, rather it uses Skulpt)
import math
import turtle
print(turtle.degrees(0))
print(math.degrees(0))
--
nosy: +hamidnazari
Hamid added the comment:
Dear sir;
I will try to compile python-3.2 in REDHAT EL 6.0. There are a lot of
failure in "make test". How can I fix them?
for example test_import, test_httpserver,
Thanks
Abbaszadeh
On Mon, Apr 25, 2011 at 6:36 PM, R. David Murray wrote:
>
>
Changes by Hamid :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue11917>
___
___
Python-bugs-list mailing list
Unsubscri
New submission from Hamid :
== CPython 3.2 (r32:88445, Apr 24 2011, 14:27:42) [GCC 4.4.4 20100726 (Red Hat
4.4.4-13)]
== Linux-2.6.32-71.el6.x86_64-x86_64-with-redhat-6.0-Santiago little-endian
== /usr/local/src/Python-3.2/build/test_python_2976
Testing with flags: sys.flags(debug=0