Question
How do i solve this in Python?
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
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.
×