일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
26 | 27 | 28 | 29 | 30 | 31 |
- Django
- 파이썬 웹프로그래밍 장고
- python
- Bookmark
- 프로젝트
- passport.js
- Blog
- 북마크앱
- ART_Cinema
- Django Blog
- 장고 프로젝트 순서
- 개발
- 예술영화추천
- 독립영화플랫폼
- mongodb
- JavaScript
- til
- Exercism
- 타사인증
- 자바스크립트
- join()
- 알고리즘
- Algorithm
- MYSQL
- MyPick31
- 장고 프로젝트
- Node.js
- 북마크만들기
- 장고
- 장고 개발 순서
- Today
- Total
목록if문 (3)
Juni_Dev_log
▶ Triangle (Problem) Introduction Determine if a triangle is equilateral, isosceles, or scalene. An equilateral triangle has all three sides the same length. An isosceles triangle has at least two sides the same length. (It is sometimes specified as having exactly two sides the same length, but for the purposes of this exercise we'll say at least two.) A scalene triangle has all sides of differe..
▶ Bank Account (Problem) Introduction Simulate a bank account supporting opening/closing, withdrawals, and deposits of money. Watch out for concurrent transactions! A bank account can be accessed in multiple ways. Clients can make deposits and withdrawals using the internet, mobile phones, etc. Shops can charge against the account. Create an account that can be accessed from multiple threads/pro..
▶ Pangram (Problem) Introduction Determine if a sentence is a pangram. A pangram (Greek: παν γράμμα, pan gramma, "every letter") is a sentence using every letter of the alphabet at least once. The best known English pangram is: The quick brown fox jumps over the lazy dog. The alphabet used consists of ASCII letters a to z, inclusive, and is case insensitive. Input will not contain non-ASCII symb..