Commit 235b93f3 by BellCodeEditor

auto save

parent c14c1306
Showing with 7 additions and 7 deletions
'''while True:
'''while True:
......@@ -4,14 +4,14 @@
if b>=60 and b<=203:
print('可以托运')
else:
print('不可以托运')'''
'''a=input('请输入一串中文:')
print('不可以托运')
a=input('请输入一串中文:')
b=0
for i in a:
if i=='。' or i=='?' or i=='!':
b+=1
print('这段话中共有',b,'句话')'''
'''from turtle import *
from turtle import *
pencolor('blue')
pensize(10)
fillcolor('red')
......@@ -20,8 +20,8 @@ for i in range(5):
forward(100)
right(144)
end_fill()
done()'''
'''from turtle import *
done()
from turtle import *
from math import *
fillcolor('red')
forward(100)
......@@ -37,7 +37,7 @@ left(90)
forward(sqrt(30000))
hideturtle()
done()
print(30000/175)
'''print(30000/175)
a=0
b=0
c=0
......
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