Commit a497556d by BellCodeEditor

save project

parent b2c6ed0d
Showing with 9 additions and 0 deletions
dict={'gfds':'dfg','sgfd':'sfda'}
print(dict)
\ No newline at end of file
username="1"
userpassword="1"
name=input("请输入用户名")
password=input("请输入用户密码")
if username==name and userpassword=="1"
\ 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