week1_Intro - jworkslab/Python GitHub Wiki
Python Class
파이썬 입문 1주차
- What is Coding?
- Why Python?
- Install Python
- Install IDE (VSCode)
- Github Sing-up
- How to use Github
My first Code
print("Hello, World!")
input()
text = input("What is your name? ")
print(text)