Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why doesn't this work? #5

Open
SiyuZhou918 opened this issue Jan 31, 2023 · 2 comments
Open

Why doesn't this work? #5

SiyuZhou918 opened this issue Jan 31, 2023 · 2 comments
Assignees

Comments

@SiyuZhou918
Copy link
Owner

In my "blood_calculator.py"code, this line isn't working.

print("Hello")

Why?

@SiyuZhou918 SiyuZhou918 self-assigned this Jan 31, 2023
@SiyuZhou918
Copy link
Owner Author

def LDL_driver():
LDL_in = generic_input("LDL")
LDL_analy = LDL_analysis(LDL_in)
generic_output("LDL", LDL_in, LDL_analy)

@SiyuZhou918
Copy link
Owner Author

def HDL_driver():
HDL_in = generic_input("HDL")
HDL_analy = HDL_analysis(HDL_in)
generic_output("HDL", HDL_in, HDL_analy)

Why this not working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant