Hỏi đáp
Chia sẻ kiến thức, cùng nhau phát triển
Làm thế nào để lấy thông tin user từ file json trong python
17:49 01-03-2022
337 lượt xem
0 bình luận
mình đang cần hướng dẫn để làm bài tập, mọi người có thể chỉ mình làm bài này với:
Create a utilities class to access users' information from JSON/XML file
- GetUsers() -> List of user
- GetUser(email) -> User
- SortByName(DESC/ASC) -> List of sorted user
- PrintUsers() -> print to console all of users