An open API service indexing awesome lists of open source software.

https://github.com/rkdh2/my_lifecoding

심심할때 만든 웹들 (일부분 개발)
https://github.com/rkdh2/my_lifecoding

Last synced: 2 months ago
JSON representation

심심할때 만든 웹들 (일부분 개발)

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))
```