-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgenerate_readme.py
More file actions
executable file
·30 lines (25 loc) · 972 Bytes
/
Copy pathgenerate_readme.py
File metadata and controls
executable file
·30 lines (25 loc) · 972 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/usr/local/bin/python3
import os
# Use echo to print "```" because both the "```" will show after the result of scripts
os.system('echo "## 1. List of Practices"')
os.system('echo "\`\`\`"')
os.system('tree algo -N')
# os.system('./algolist.py')
os.system('./lcode.py')
os.system('echo "\`\`\`"')
# print("")
# print("")
# print("")
# print("")
# print("")
# print("")
# print("")
# print("")
# print("")
# print("")
# print("")
# print("")
print("## 2. Progress of Practices ")
print("")
print("## 3. Interactive React App for Showing Practices")
print("")