336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

환경 : 

visual studio 2019

 

Source code : _008.ph

print('Hello python')listValue=['1','2','3']

if '2' in listValue:
    print('2가 list안에 존재함')
    print(listValue)
else:
    print('2가 list에 존재하지 않음')

Result

'Etc > Python' 카테고리의 다른 글

010 if elif else  (0) 2021.01.15
009 if else  (0) 2021.01.15
007 print  (0) 2021.01.14
006 변수  (0) 2021.01.13
005 주석  (0) 2021.01.13

+ Recent posts