This website works better with JavaScript.
Explore
Help
Sign In
hnu202311020126
/
hnqm_helper
mirror of
https://github.com/JesterHey/hnqm_helper.git
Watch
1
Star
0
Fork
You've already forked hnqm_helper
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
145bd5b71a
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '145bd5b71a'
${ noResults }
hnqm_helper
/
demo.py
4 lines
72 B
Raw
Normal View
History
Unescape
Escape
new file: course_info.json modified: demo.py renamed: main.py -> get_info.py new file: kill_course.py
10 months ago
import
json
new file: demo.py new file: main.py
10 months ago
new file: course_info.json modified: demo.py renamed: main.py -> get_info.py new file: kill_course.py
10 months ago
info
=
json
.
load
(
open
(
'
course_info.json
'
,
'
r
'
)
)
print
(
info
)