Last active
May 7, 2019 08:45
-
-
Save YankeeTube/b0ee58690097dfd0ef3175e4d9547e66 to your computer and use it in GitHub Desktop.
Python Tutorial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input("입력 : ") | |
input("값을 입력해주세요. \n") # \n 은 개행 문자라고 하며, 줄 바꿈을 의미합니다. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment