Commit b6db0c3b by BellCodeEditor

save project

parent adf5fcd8
Showing with 8 additions and 6 deletions
import turtle for i in a:
pen=turtle.Pen() data=i.split()
pen.write("你是gay",font=("Times",20,"normal")) sum=0
pen.hideturtle() for sales in data[1:]:
turtle.done() sum=sum+int(sales)
\ No newline at end of file result=data[0]+str(sum)
print(result)
\ 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