forked from geekcomputers/Python
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
Latest commit
25 lines (22 loc) · 379 Bytes
/
Copy path.gitignore
File metadata and controls
25 lines (22 loc) · 379 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.idea
*.pyc
string=sorted(input())
lower=""
even=""
odd=""
upper=""
foriinstring:
ifi.islower():
lower+=i
elifi.isupper():
upper+=i
elifint(i)%2==0:
even+=i
else:
odd+=i
print(lower+upper+odd+even)
# operating system-related files
# file properties cache/storage on macOS
*.DS_Store
# thumbnail cache on Windows
Thumbs.db