期末
This commit is contained in:
6
q4/q4_1/q4_1.py
Normal file
6
q4/q4_1/q4_1.py
Normal 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
|
||||
Reference in New Issue
Block a user