https://github.com/rkdh2/my_lifecoding
심심할때 만든 웹들 (일부분 개발)
https://github.com/rkdh2/my_lifecoding
Last synced: 2 months ago
JSON representation
심심할때 만든 웹들 (일부분 개발)
- Host: GitHub
- URL: https://github.com/rkdh2/my_lifecoding
- Owner: RKDH2
- Created: 2023-04-16T02:23:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T06:23:36.000Z (over 1 year ago)
- Last Synced: 2024-07-23T13:52:52.272Z (10 months ago)
- Language: CSS
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
url = "http://naver.com"
my = url[7:10]
password = str(my) + str(len(url[7:-4])) + str(url.count("e")) + "!"
print("{0}의 비밀번호는 {1}입니다!".format(url, password))
```