print("hellow world")
print("hellow world " + "thantk you")
print(900000)
print("%s 입니다." % "크루드오일")
C:\Users\alexa\miniconda3\python.exe C:\Users\alexa\PycharmProjects\programgarden\example_1.py
hellow world
hellow world thantk you
900000
크루드오일 입니다.
Process finished with exit code 0