Commit 9319c176 by BellCodeEditor

save project

parent 59895d53
Showing with 7 additions and 6 deletions
time=int(input())
shi=time//3600
fen=time%3600//60
miao=time%60
print(shi,fen,miao)
\ No newline at end of file
import turtle
turtle.speed(0)
for w in range(1,301):
turtle.forward(w)
turtle.right(91)
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