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