最終更新 1 year ago

yuanpeng's Avatar yuanpeng revised this gist 1 year ago. Go to revision

1 file changed, 3 insertions

snippet.py(file created)

@@ -0,0 +1,3 @@
1 + if "-" in str(energy_theory[0]):
2 + energy_theory = energy_theory[1:]
3 + Percentage_theory = Percentage_theory[1:]
Newer Older