Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson4_5
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7b43a493
authored
Apr 24, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
6222364b
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
54 additions
and
3 deletions
a
asd.py
diy2.py
dsgfrea.py
httr.py
a
0 → 100644
View file @
7b43a493
asd.py
0 → 100644
View file @
7b43a493
username
=
"悟空"
userpassword
=
"92"
name
=
input
(
"请输入用户名:"
)
password
=
input
(
"请输入成绩:"
)
if
name
==
username
and
password
==
userpassword
:
print
(
"悟空的英语成绩是92"
)
diy2.py
View file @
7b43a493
username
=
"python"
userpassword
=
"123456
"
a
=
3
username
=
"python
word = "
123456
"
a=3
"
userpass
while
True
:
if
a
>
0
:
name
=
input
(
"请输入用户名:"
)
...
...
dsgfrea.py
0 → 100644
View file @
7b43a493
name
=
"诺依"
name
=
input
(
"请输入用户名:"
)
if
name
==
name
:
print
(
"恭喜你诺依,获得了iPad"
)
httr.py
0 → 100644
View file @
7b43a493
a
=
"星期三"
a
=
input
(
"今天星期几呀!:"
)
if
a
==
a
:
print
(
"今天学编程"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment