-
Python ๊ณต๋ถํ๊ธฐ | hello world ์ถ๋ ฅํ๊ธฐ์นดํ ๊ณ ๋ฆฌ ์์ 2023. 4. 28. 23:36
Python ์์ํ๊ธฐ
1. ์ค์น
https://python.land/python-tutorial
https://phoenixnap.com/kb/how-to-install-python-3-ubuntu
2. Hello world ์ถ๋ ฅํ๊ธฐ
print("hello world");
3. print() : output
#print("์ถ๋ ฅํ๊ณ ์ถ์ ๊ฒ") print(" /|") print(" / |") print(" / |") print("/___|")
print๋ ์ด๋ค ๊ฒ์ ํ๋ฉด์ ์ถ๋ ฅํ๊ณ ์ถ์ ๋ ์ฌ์ฉํ๋ค.