""" password_correct = False
if password_correct :
print('here is ur money')
else:
print('wrong password') """
winner = 10
if winner > 10 :
print('winner is greater than 10')
elif winner < 10:
print('winner is less than 10')
else:
print('winner is 10')
'프로그래밍 > Weekly I Learned' 카테고리의 다른 글
2023.01.01+ redux 연습연습 (0) | 2024.01.02 |
---|---|
2023.12.29+ 리덕스 리액트리덕스 (0) | 2023.12.29 |
2023.12.27+ 커스텀 훅 만들기 (0) | 2023.12.27 |
2023.12.21+ 취업지원 설명회 (1) | 2023.12.21 |
2023.12.20+ tailwind hover active foucs 이벤트 (0) | 2023.12.20 |