this is for python programming

good-first-issue hacktoberfest2025 help-wanted
2 Open Issues Need Help Last updated: Sep 30, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The GitHub issue requests a Python program that reads marks for three subjects from the user. The program should then evaluate these marks, likely checking if the student passed a minimum threshold in each subject, and print whether the student is 'Pass' or 'Fail'. Example outputs are provided to illustrate the expected behavior.

Complexity: 1/5
help wanted good first issue hacktoberfest2025

this is for python programming

Python
#good-first-issue#hacktoberfest2025#help-wanted

AI Summary: This GitHub issue requests a Python program to read three angles from the user. The program should then evaluate if these angles are valid for forming a triangle (i.e., each angle is positive and their sum is 180 degrees), printing an appropriate message like "Valid angles" or "Invalid angles" based on the calculation.

Complexity: 1/5
help wanted good first issue hacktoberfest2025

this is for python programming

Python
#good-first-issue#hacktoberfest2025#help-wanted