Files
Formation-python/Projet#2 Tortue/main.tortue.py

5 lines
47 B
Python

import turtle
t=turtle.Turtle()
turtle.done()