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
- webpack
- Import
- Project
- ํผํ
- https://m.blog.naver.com/tt2t2am1118/221010125300
- prj
- mysql
- setTimeout()
- JS #ํ๋ก์ ํธ
- execCommand
- https://youtube.com/playlist?list=PLuHgQVnccGMA5836CvWfieEQy0T0ov6Jh&si=FTaYv8m21EhO-A2K
- eport
- ๋๊ธฐ
- await
- js
- json
- sql
- ๊ฒ์
- database
- db
- ajax
- slow and steady
- Porject
- object
- addEventListener
- ์ฐธ๊ณ ๋ธ๋ก๊ทธ
- ๋น๋๊ธฐ
- promise
- async
- callback
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 |
ํ๋ก๊ทธ๋จ์ ์ ์ถ๋ ฅ | ||
sys ๋ชจ๋ ์ฌ์ฉํ๊ธฐ |
import sys args = sys.argv[1:]
for i in args:
print(i)
|
๋ค์ ํ์ตํด ๋ณผ ํ์๊ฐ ์๋ค. |
import sys args = sys.argv[1:]
for i in args:
print(i.upper(), end=' ')
|
๋ค์ ํ์ตํด ๋ณผ ํ์๊ฐ ์๋ค. |
728x90
'๐Python' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
Welcome to Python : ๋ชจ๋ (0) | 2023.07.24 |
---|---|
Welcome to Python : ํด๋์ค (0) | 2023.07.21 |
Welcome to Python : ํ์ผ ์ฝ๊ณ ์ฐ๊ธฐ (0) | 2023.07.13 |
Welcome to Python : ์ฌ์ฉ์ ์ ์ถ๋ ฅ (0) | 2023.07.13 |
Welcome to Python : ํจ์ (0) | 2023.07.13 |
Comments