a=1 print(a) b='안녕하세요' print(b) if 1>0 & 2>0: print(2) def sayHello(): print('안녕하세요') sayHello() for i in range(1,5): print(i)