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

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

  • 분류 전체보기 (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# 유니티 배열 자바 html SQL database java Python 자바기초 CSS 백준 2D 파이썬 unity javascript javabasic java기초 Web 왕초보

최근글

댓글

공지사항

아카이브

float(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-1 python (데이터 타입)

    #Data Types #String print("Hello"[0]) # Hello 의 [0]의 자리를 출력하라 print("Hello"[4]) # Hello 의 [4]의 자리를 출력하라 print("123" + "345") # 문자열 123 과 345를 합쳐라 #Integer(정수) # 숫자를 합치고 싶다면 a = 123 b = 345 # 변수를 선언해서 합치거나 print(a+b) # 큰 따옴표 없이 숫자만 입력하면 숫자의 합이 나온다. print(123+345) 123_456_789 #숫자의 크기가 클때 밑줄은 쉼표의 역할 컴퓨터는 무시함. # Float 3.14159 # Boolean True False

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

티스토리툴바