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

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

  • 분류 전체보기 (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 피드
로그인
로그아웃 글쓰기 관리

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

컨텐츠 검색

태그

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

최근글

댓글

공지사항

아카이브

range()(2)

  • day 5-5 python (짝수 더하기)

    Instructions You are going to write a program that calculates the sum of all the even numbers from 1 to 100. Thus, the first even number would be 2 and the last one is 100: i.e. 2 + 4 + 6 + 8 +10 ... + 98 + 100 Important, there should only be 1 print statement in your console output. It should just print the final total and not every step of the calculation. 2 부터 100까지 짝수만 더하기 나의 코드 ## 짝수 더하기 to..

    2023.02.27
  • day 5-4 for 반복문 과 range()

    반복문 안에서 range() 함수 ## range # For Loop with Range for number in range(1,10): ## 이러면 9 까지 print(number) for number in range(1,11): ## 이러면 10 까지 print(number) total = 0 for number in range(1,101): total += number print(total)

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

티스토리툴바