Commit 9319c176 by BellCodeEditor

save project

parent 59895d53
Showing with 7 additions and 6 deletions
time=int(input()) import turtle
shi=time//3600 turtle.speed(0)
fen=time%3600//60 for w in range(1,301):
miao=time%60 turtle.forward(w)
print(shi,fen,miao) turtle.right(91)
\ No newline at end of file turtle.done()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment