본문 바로가기

GameSweetGame

검색하기
GameSweetGame
프로필사진 GameSweetGame

  • 분류 전체보기 (17)
    • Unity (5)
    • C++ (0)
    • Python (9)
    • 이것저것 (3)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2026/02   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
Tags
  • 유니티 캐릭터
  • 파이참
  • 믹사모 컨트롤리그
  • 조건식
  • 코딩
  • animation texture
  • 애니메이션
  • trail effect
  • 유니티
  • 제어문
  • 프로그래밍 배우기
  • Failed to present D3D11 swapchain due to device reset/removed
  • 모션캡쳐 #애니메이션 #유니티 #게임
  • if문
  • 유니티 이펙트
  • 공격범위
  • 비주얼 스튜디오 코드
  • 믹사모리그
  • 캐릭터 이동
  • 캐릭터 컨트롤러
  • animation shader
  • unity sword trail effect
  • 파이썬
  • 파이썬에디터
  • 코딩일기
  • wallpaper engine
  • input()
  • 블렌더
  • 기즈모
  • Defender
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록and (1)

GameSweetGame

파이썬 if문에서 and 와 or

a=200 b=33 c=500 if a>b or a>c: print("두 조건중 하나는 참") or는 둘 중 하나만 맞아도 문장을 실행한다. a>b or a>c 200>33 or 200>300 True or False 둘 중 하나는 True여서 문장을 실행한다. a=200 b=33 c=500 if a>b and ab and c>a 200>33 and 500>200 True and True 둘 다 True여서 문장이 실행된다.

Python 2021. 11. 24. 23:27
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바