Write an if-else statement that assigns True to the again variable if the score vari-able is within the range of 40 to 49. If the score variable’s value is outside this range, assign False to the again variable
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
This could be done with the following:
Hope that this helps! Regards, Bobby