week2_ - jworkslab/Python GitHub Wiki

Python Class

파이썬 입문 2주차

  • 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)