250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- test
- oracle
- pytorch
- spring MVC(모델2)방식
- jsp 파일 설정
- Python
- 지마켓
- RESFUL
- 이력서
- 코사인 유사도
- Gmarket
- (깃)git bash
- lda
- java
- 과학백과사전
- r
- 파이썬
- tomoto
- Topics
- 자바
- 방식으로 텍스트
- 네이버뉴스
- word2vec
- 크롤링
- db
- 토픽추출
- mysql
- 幼稚园杀手(유치원킬러)
- Websocket
- 게시판 만들기
Archives
- Today
- Total
목록파일쓰기 (2)
무회blog
python: 파이썬(python) mod1.py 파일쓰기 (open함수_import)
# # mod1.py # data = """def add(a, b): # return a + b # def sub(a, b): # return a-b # """ # with open("mod1.py", "w") as f: # f.write(data) # import mod1 as gg # print(gg.add(8,2)) # gg.sub(100,30)
Python
2020. 5. 7. 16:23