update
This commit is contained in:
parent
2992f4f408
commit
4f46de8d00
3330 changed files with 394553 additions and 76939 deletions
6
.config/Code/User/History/5b45db33/tJz4.py
Normal file
6
.config/Code/User/History/5b45db33/tJz4.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
pass_fail = lambda marks : "Pass" if marks >= 50 else "Fail"
|
||||
|
||||
grades = [50, 80, 90, 40, 30, 70]
|
||||
output = []
|
||||
for grade in grades:
|
||||
output.append(pass_fail(grades))
|
Loading…
Add table
Add a link
Reference in a new issue