본문 바로가기

끄적끄적

검색하기
끄적끄적
프로필사진 Go0G

  • 분류 전체보기 (65)
    • Computer Science (0)
    • Security (30)
      • Web (8)
      • System (0)
      • Server (0)
      • Mobile (17)
      • Bugbounty (1)
      • Database (2)
      • Crypto (0)
    • Network (1)
      • Protocol (0)
    • Development (29)
      • JSP (23)
      • JavaScript (3)
      • Python (0)
      • Android(Kotlin) (2)
      • Algorism (1)
    • Cloud (0)
      • AWS (0)
      • Azure (0)
      • NCP (0)
      • GCP (0)
    • Law (1)
      • 개인정보보호법 (1)
      • 정보통신망법 (0)
      • 전자금융거래법 (0)
    • ETC (1)
      • Docker (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
Tags
  • JSP
  • nginx
  • CVE-2014-0094
  • PortSwigger
  • UnCrackable
  • MariaDB
  • Directory traversal
  • Hackthebox cat
  • HacktheBox Mobile
  • login form
  • Frida
  • JAVA ClassLoader 취약점
  • HackTheBox
  • CVE-2010-1622
  • mongoDB
  • Xamarin 분석
  • XALZ 압축해제
  • Android 6.0
  • CVE-2022-22965
  • xss
  • NoSQL
  • getCachedIntrospectionResults
  • SeeTheSharpFlag
  • HackTheBox APKey
  • Android Backup
  • DOM
  • blind sql injection
  • UnCrackable level 1
  • File Upload
  • mstg
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • 관리
  • 관리

목록숫자문자열과 영단어 (1)

끄적끄적

[Programmers] 숫자 문자열과 영단어

문제 URL 더보기 https://programmers.co.kr/learn/courses/30/lessons/81301 def solution(s): dic = {'zero':0,'one':1,'two':2,'three':3,'four':4,'five':5,'six':6,'seven':7,'eight':8,'nine':9} lst = list(dic.keys()) for i in lst: if i in s: s=s.replace(i,str(dic[i])) return int(s)

카테고리 없음 2021. 9. 17. 16:11
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바