yuanpeng

yuanpeng / snippet.py

Last active 2 months ago

Like 0

yuanpeng revised this gist 2 years ago · 00c9512

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:]