코딩을 한단계씩 부셔보자.

코딩을 한단계씩 부셔보자.

  • 분류 전체보기 (319)
    • 코딩배움일지 (157)
      • JAVA (79)
      • DataBase (29)
      • Web 구현 (34)
      • 인터페이스 구현 (15)
    • 개인적인 공부 (142)
      • 자바 (6)
      • 백준 (47)
      • Java의 정석 (0)
      • 그냥정리 (2)
      • Database 복습 (5)
      • 테스트 페이지 (1)
      • 프론트엔드 (7)
      • Unity (29)
      • Python (45)
    • TeamProjectHappy (12)
      • front (9)
      • database (3)
    • 개발일지 (2)
      • Journey to West (2)
  • 홈
  • 배움기록
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

코딩을 한단계씩 부셔보자.

컨텐츠 검색

태그

c# unity database 배열 html javabasic Python 왕초보 2D 유니티 자바 SQL Web javascript java기초 파이썬 백준 java 자바기초 CSS

최근글

댓글

공지사항

아카이브

PEMDAS(2)

  • day 2-5 python (BMI example)

    Instructions Write a program that calculates the Body Mass Index (BMI) from a user's weight and height. The BMI is a measure of someone's weight taking into account their height. e.g. If a tall person and a short person both weigh the same amount, the short person is usually more overweight. The BMI is calculated by dividing a person's weight (in kg) by the square of their height (in m): Warning..

    2023.02.21
  • day 2-4 python (수학 연산)

    3 + 5 # 더하기 7 - 4 # 빼기 3 * 2 # 곱하기 6 / 3 #나누기 2 ** 2 #제곱 print 6/3 = ??? print (type(6/3)) # 6/3 의 타입은?? print(2**3) #2의 3제곱은? 연산 순서 #PEMDAS #연산 순서 # () Parentheses 괄호 # ** Exponents 지수 # * Multiplication 곱셉 곱셉과 나눗셈중 가장 왼쪽에서 부터 연산을 처리함 # / Division 나눗셈 # + Addition 덧셈 # - Subtraction 예제 # print(3 * 3 + 3 / 3 - 3) = 결과값 7 # 위의 식을 이용해 결과값이 3이 되게 하시오. print(3 * (3 + 3) / 3 - 3)

    2023.02.21
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바