This commit is contained in:
2509165045
2026-06-25 15:12:13 +08:00
parent 9a654c3169
commit 4354081314
6 changed files with 126 additions and 119 deletions

6
q4/q4_1/q4_1.py Normal file
View File

@@ -0,0 +1,6 @@
import matplotlib.pyplot as plt
import json
with open ("movies.json","r",encoding='utf-8') as f:
print(f)
genre_count=()
plt.bar