Commit 5b3c627c by BellCodeEditor

save project

parent 49f58d4c
Showing with 7 additions and 5 deletions
mama = "python"
baba = "54188"
yeye = input("此树是我栽,此路是我开,要想过此路,来将可留姓名。")
nainai = input("此树是我栽,此路是我开,要想过此路,来将可留密码。")
if yeye == mama and nainai == baba:
print("慢走不送")
\ No newline at end of file
for i in range(1,10):
for j in range(1,i+1):
print(j,'*',i,'=',(j*i),end=" ")
print()
\ 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