print('hello world')
print("Mary's cosmetcs")
print('신씨가 \'악\' 소리질렀다.\"도둑이야\".')
print("C:\\Windows")
print("오늘은","일요일")
print("naver;kakao;sk;samsung")
print("naver/kakao/sk/samsung")
print(5/3)
print("안녕하세요.\n만나서\t\t반갑습니다.")
s="hello"
t="python"
print (s+"!"+t)
삼성전자_1주_가격 = 292500
평가금액 = 삼성전자_1주_가격 * 10
print("평가금액 :", 평가금액)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: