0w0

[test01] 후라이 좋아. 본문

Coding/Python

[test01] 후라이 좋아.

0w0 2019. 6. 23. 15:12
728x90
반응형
1
2
3
4
5
6
7
8
9
10
11
12
13
 
 
import urllib.request
 
imgurl="https://recipe1.ezmember.co.kr/cache/recipe/2015/06/18/e13c9a3f876e8723761c6e044e0c0aa11.jpg"
 
 
urllib.request.urlretrieve(imgurl,"./후라이.jpg")
 
def test(): 
print("hi")
 
 
cs

 

728x90
반응형

'Coding > Python' 카테고리의 다른 글

[문자열] control  (0) 2019.08.05
[test02] 참치김밥 좋아.  (0) 2019.06.23
[3.5], [3.6] 한글 출력  (0) 2019.01.22
[euler] Problem 2 피보나치 수열;;  (0) 2017.07.17
[python] Sublime Text 3 과 python  (0) 2017.06.16
Comments