Skip to content

week1_Intro

Jake C edited this page May 14, 2022 · 11 revisions

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)
Clone this wiki locally