Notice
Recent Posts
Recent Comments
Link
์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- Porject
- js
- ๋น๋๊ธฐ
- https://m.blog.naver.com/tt2t2am1118/221010125300
- addEventListener
- https://youtube.com/playlist?list=PLuHgQVnccGMA5836CvWfieEQy0T0ov6Jh&si=FTaYv8m21EhO-A2K
- promise
- webpack
- JS #ํ๋ก์ ํธ
- eport
- setTimeout()
- sql
- ๋๊ธฐ
- slow and steady
- Project
- database
- ajax
- execCommand
- ๊ฒ์
- callback
- db
- prj
- ์ฐธ๊ณ ๋ธ๋ก๊ทธ
- json
- ํผํ
- mysql
- object
- await
- async
- Import
Archives
- Today
- Total
C-log
Welcome to Python : ์ฌ์ฉ์ ์ ์ถ๋ ฅ ๋ณธ๋ฌธ
728x90
- ํจ์ : https://hi-code.tistory.com/119
- ์ฌ์ฉ์ ์ ์ถ๋ ฅ : https://hi-code.tistory.com/120
- ํ์ผ ์ฝ๊ณ ์ฐ๊ธฐ : https://hi-code.tistory.com/121
- ํ๋ก๊ทธ๋จ์ ์ ์ถ๋ ฅ : https://hi-code.tistory.com/122
Title | Code | Console |
์ฌ์ฉ์ ์ ์ถ๋ ฅ | ||
input ์ฌ์ฉํ๊ธฐ |
a = input() print(a)
|
Life is too short, you need python Life is too short, you need python |
number = input("์ซ์๋ฅผ ์ ๋ ฅํ์ธ์ : ") print(number)
print(type(number))
|
์ซ์๋ฅผ ์
๋ ฅํ์ธ์ : 177 177 <class 'str'> |
|
๋ฌธ์์ด ๋์ด ์ฐ๊ธฐ๋ ์ผํ |
print("Life", "is", "too", "short") |
Life is too short |
ํ์ค์ ๊ฒฐ๊ด ๊ฐ ์ถ๋ ฅ |
for i in range(20): print(i, end=' ')
|
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
728x90
'๐Python' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
Welcome to Python : ํ๋ก๊ทธ๋จ์ ์ ์ถ๋ ฅ (0) | 2023.07.13 |
---|---|
Welcome to Python : ํ์ผ ์ฝ๊ณ ์ฐ๊ธฐ (0) | 2023.07.13 |
Welcome to Python : ํจ์ (0) | 2023.07.13 |
Welcome to Python : for๋ฌธ (0) | 2023.07.09 |
Welcome to Python : while๋ฌธ (0) | 2023.07.09 |
Comments