목록분류 전체보기 (14)
yeon-coding
의 퀴즈, 프로젝트 등에 대한 토론을 하는 공간입니다:D

contents 1. 기본 if 문 1-1. if 문 1-2. if~else 문 2. 중첩 if문 2-1. if~else~if~else문 2-2. if~elif~else문 2-3. 삼항연산자를 이용한 if문 quiz 안녕하세요~! 다들 잘 지내셨나요? 저번에는 연산자에 대해 배웠는데요. 기억이 안나시는 분들은 빠르게 내용을 훑고 오시는 것을 추천드립니다. 오늘은 조건문에 대해 배울 예정이예요. 아래는 오늘의 프로젝트입니다! 1. 기본 if 문 if는 '만약 ~라면' 이라는 의미처럼 if는 어떤 조건을 내세울 때 사용하는데요, if 문의 조건의 결과는 참(True) 또는 거짓(False) 두 가지 뿐입니다. 1-1. if 문 가장 기본적인 if문은 참일 때는 뭔가를 실행하고, 거짓일 때는 아무것도 실행하지..
Hi everyone~! Welcome :) This space was created for questions or debates about [Python] 2. Operator.

Contents 1. Calculation operators 1-1. Type of calculation operators 1-2. Priority of operators 1-3. Interconversion of strings and numbers 1-4. arithmetic operator and substitute operator 2. Relationship operator 3. Logical operator 4. Priority of operators Hi everyone~! Have you been well? Today we study operator! We're going to create this program together. 1. Calculation operators 1-1. Type ..
Hi everyone~! Welcome :) This space was created for questions or debates about [Python] 1. Variable and Data type.

Contents 1. How to open python program 2. how to print 3. Data types Hi everyone~! Have you been well? Today we study variable and data type! We're going to create this program together. 1. How to open python program 1. Search for "IDLE" in the window. And then, Click to IDLE(Python 3.x ~) 2. Click to [File] - [New File] or press Ctrl+N Then, another window will be created. So, we are opening tw..