Commit edf50e9f by BellCodeEditor

auto save

parent e3160ea5
Showing with 45 additions and 0 deletions
a=int(input("总秒数"))
b=a//3600
c=a%3600//60
d=a%3600%60
print(b,c,d)
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.speed(1)
pen.color("black")
pen.begin_fill()
pen.fillcolor("red")
for i in range(2):
pen.forward(180)
pen.left(90)
pen.right(-45)
pen.forward(255)
pen.end_fill()
pen.left(-135)
pen.begin_fill()
pen.fillcolor("yellow")
for i in range(2):
pen.forward(180)
pen.left(-90)
pen.end_fill()
pen.hideturtle()
turtle.done()
\ No newline at end of file
import random
key="jfIE如同俄日j诶发,,,,掘出口岸是德国埃诶共"
hh="去奥体打球"
qwe=''
for i in hh:
s0=i
s1=random.choice(key)
s2=random.choice(key)
qwe=qwe+s0+s1+s2
li_qwe=list(qwe)
dd="isjfowe%^*&(**$%#&)"
k=random.randint(0,len(qwe))
li_qwe.insert(k,dd)
ss=''.join(li_qwe)
print(ss)
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