Notice
Recent Comments
Link
Tags
- 우분투 시간변경
- node js express install
- ubuntu node js install
- 디지털오션 드로플릿
- Node.js express install
- 디지털오션 서버생성하기
- npm버전확인
- index 생성
- Ubuntu timezone
- 파이썬
- c언어 파일 읽기
- express install
- 디지털오션 클라우드서버 생성하기
- ubuntu node js
- mysql index 생성
- c file read
- 파이썬 반복문
- raspi-config
- C언어
- tzselect
- node 버전확인
- 우분투 시간설정
- 우분투 node js 설치
- 라즈베리파이4
- 자바 한줄씩 읽기
- java 숫자를 문자로 변환하기
- node js 버전확인
- 클라우드서버 생성
- Python
- 자바 파일 한줄씩 읽기
Archives
- Today
- Total
목록파이썬 반복문 (2)
호그래머

1. Python에서 while문 사용하기 i=1 while i < 10: print(i) i=i+1 print("while 끝!") 결과 끝 1. Python에서 쉽게 while문을 사용할 수 있다.
Python
2023. 6. 27. 23:33