728x90 pop()2 [Python Examples] 파이썬 딕셔너리에서 특정 원소 없애는 방법(Dictionary pop()) 파이썬 딕셔너리에서 특정 원소 없애는 방법(Dictionary pop()) 포스트 난이도: HOO_Intern [Notice] 포스트 난이도에 대한 설명 안녕하세요, HOOAI의 Henry입니다. Bro들의 질문에 대한 내용을 우선적으로 포스팅이 되다 보니 각각의 포스트에 대한 난이도가 달라서 난이도에 대한 부분을 작성하면 좋겠다는 의견을 들었습니다 whoishoo.tistory.com # Example Codes # Create a dictionary peopleSalary = { 'HOO': 25000, 'Henry': 35000, 'James': 30000, 'Amy': 40000 } # Use pop() in a dictionary peopleResult = peopleSalary.pop('Jam.. 2022. 9. 24. [Example Codes] stack.push(), stack.top(), stack.pop() stack.push(), stack.top(), stack.pop() // whoIsHOO // C++에 빠지다 #include #include using namespace std; int main() { stack hooStack; for (int i = 0; i < 10; i++) { hooStack.push(i); } cout 2020. 5. 2. 이전 1 다음 728x90