wissme
Results
2
issues of
wissme
On My Mac mini running Thonny 4.1.4 and Sonoma OS, I always get on the toplevel a warning (or error ?) when evaluating the editor content. 2024-09-18 12:06:02.345 Python[12284:151839] ApplePersistenceIgnoreState:...
macOS
It's in the title : import py5 import turtle as tt def setup(): py5.size(500,500) lea = tt.Turtle() def draw(): lea.forward(1) lea.left(10) if py5.frame_count > 20 : py5.no_loop() py5.run_sketch() I know...
enhancement