This is my solution | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 4

This is my solution

score1 = int(input()) score2 = int(input()) #your code goes here av_score = (score1 + score2) / 2 if (av_score >= 70 or av_score <= 79): print ("10")

17th May 2021, 9:05 AM
Lungisani
Lungisani - avatar
4 Answers
+ 1
You need to post your solution under your original question, so people can follow your question & help you
17th May 2021, 10:07 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 1
what? maybe wrong place to upload this.
17th May 2021, 9:27 AM
Bhavik Mahalle
Bhavik Mahalle - avatar
0
Bhavik could you please assiste me by telling me where i should be uploading this in order to get assistance im new to Sololearn
17th May 2021, 9:33 AM
Lungisani
Lungisani - avatar
0
SELECT distinct checks FROM Operation limit 3;
6th Jul 2021, 7:20 PM
Charles Armstrong