노래 추천해 드려요
Y 노래 들으러 가기
My first post
This is my first post!!
나의 첫 번째 포스팅!!
로컬 서버 테스트
로컬 서버 작동 잘 되나 확인
python 샘플 코드
밑에 파이썬 샘플 코드 참고
x = 5
while x < 15:
if x % 2 == 0:
print("Even number found")
break
print(x)
x += 2
else:
print("All numbers were odd")
Leave a comment