New submission from Yehuda Katz <katye2...@gmail.com>:

1 - turtle bug: If I don't put parenthesis at the end of a line, I don't get 
error message. Try this:
====================
from turtle import *
fd(50); rt
done()
====================

2 - request: Highly desirable a function that draws a circle with radius n  
AROUND THE TURTLE.

Thank you and have a wonderful day.

----------
files: untitled.py
messages: 350662
nosy: Yehuda
priority: normal
severity: normal
status: open
title: The turtle
versions: Python 3.7
Added file: https://bugs.python.org/file48564/untitled.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37968>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to