Commit dc50bd59 by BellCodeEditor

auto save

parent 491814a0
Showing with 11 additions and 1 deletions
import turtle a=[]
for i in range(4):
b=int(input("输入数字:"))
a.append(b)
print(a)
c=int(input("输入数字:"))
num=0
if c in a:
a.remove(c)
print(a)
\ 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