Skip to content

Commit 276e26e

Browse files
committed
calc fund week
1 parent d1b9ae1 commit 276e26e

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

fund_week/calc_random.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 这里有浅显易懂的Python教程
2+
# 更多教程和代码案例,请关注公众号:Crossin的编程教程
3+
14
import requests
25
import re
36
import random

fund_week/demo.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 这里有浅显易懂的Python教程
2+
# 更多教程和代码案例,请关注公众号:Crossin的编程教程
3+
14
import requests
25
import json
36
from datetime import datetime

fund_week/readme.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## 基金定投选星期几更划算?
2+
3+
需要安装库:requests、matplotlib
4+
5+
参考阅读:[基金定投选星期几更划算?](https://mp.weixin.qq.com/s/HU9V-AKDQy2amniktTVLGQ)
6+
7+
8+
9+
更多实用有趣的例程
10+
11+
欢迎关注“**Crossin的编程教室**”及同名 [知乎专栏](https://zhuanlan.zhihu.com/crossin)
12+
13+
![crossincode](../crossin-logo.png)

0 commit comments

Comments
 (0)