Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson9_4
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
49a2b8a3
authored
Aug 14, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
54f0463b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
8 deletions
EWD.py
lock.py
wce.py
xwws.py
EWD.py
0 → 100644
View file @
49a2b8a3
# i = input('请输入要判断的年份:')
# i = int(i)
# if i%4==0 and i%100!=0:
# print('是闰年')
# else:
# print('不是闰年')
\ No newline at end of file
lock.py
deleted
100644 → 0
View file @
54f0463b
str
=
'我想要你们进行一今@#
%
¥&*!天非要算要社会王练打字快习惨败的文案是的字的方法解释无用密秘哈哈!'
name
=
' '
num
=
0
for
i
in
str
:
if
num
%
4
==
0
and
i
!=
'@'
and
i
!=
'¥'
:
name
+=
i
num
+=
1
print
(
name
)
wce.py
0 → 100644
View file @
49a2b8a3
# x = 1
# y = int(input("请输入要计算的数:"))
# for i in range(1, y + 1):
# x = x * i
# print('结果是:' + str(x))
\ No newline at end of file
xwws.py
0 → 100644
View file @
49a2b8a3
# s = input('请输入要判断的数:')
# s = int(s)
# if s>1:
# for i in range(2,s):
# if s%i==0:
# print('不是质数')
# break
# else:
# print('是质数')
# else:
# 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