diff --git a/diy1.py b/diy1.py index 7fb7098..6d9f322 100644 --- a/diy1.py +++ b/diy1.py @@ -1,2 +1,5 @@ # 利用write()帮助悟空给诺依回信吧~ import turtle +pen=turtle.Pen() +pen.write("wedfrghjkl;",font=("Times",30,"normal")) +turtle.done() \ No newline at end of file