Skip to content

Commit

Permalink
I have finish
Browse files Browse the repository at this point in the history
  • Loading branch information
ninglang committed Apr 15, 2021
1 parent 5fcec5e commit a1a22a5
Show file tree
Hide file tree
Showing 5 changed files with 475 additions and 120 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ reques.py
wq.py
__pycache__/
access_token.conf
secret.txt
secret.txt
token.json
dist/
build/
Binary file added 1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 1 addition & 16 deletions data.csv
Original file line number Diff line number Diff line change
@@ -1,16 +1 @@
2020-03-27,写字,32,看电影,0
2020-04-23,画画,1,踢足球,1
2020-05-26,game,32,打游戏,2
2020-08-19,锻炼,45,跑步,3
2020-12-23,运动,43,摔跤,4
2020-12-23,学习,45,汽车,5
2020-04-24,生活,56,跑步,6
2020-03-27,放松,67,看看,7
2020-04-24,学习,73,视频,8
2020-05-26,game,32,打游戏,9
2020-05-26,game,32,打游戏,10
2021-04-09,写字,34,看电影,11
2021-03-08,game,60,打游戏,12
2021-04-08,happy,37,moive,13
2021-04-13,锻炼,76,跑步,14
2020-3-4,放松,56,看看,15
2021-4-15,余志敏,43,余志敏,0
2 changes: 1 addition & 1 deletion data.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# print(a[2])
# print(list(enumerate(read)))
def display(Two_dim_arry):
os.system('cls')

print("Date{0}Cate{0}Time{0}Content".format(" "*6))
read=Two_dim_arry
for i in range(len(read)):
Expand Down
Loading

0 comments on commit a1a22a5

Please sign in to comment.