Skip to content

Commit

Permalink
Update docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-1339/noncompli…
Browse files Browse the repository at this point in the history
…ant01.py

Co-authored-by: myteron <[email protected]>
Signed-off-by: BartyBoi1128 <[email protected]>
  • Loading branch information
BartyBoi1128 and myteron authored Dec 11, 2024
1 parent 5b43ecb commit c90aa16
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
BALANCE = 3.00
ITEM_COST = 0.33
ITEM_COUNT = 5

print(
f"{str(ITEM_COUNT)} items bought, ${ITEM_COST} each. "
f"Current account balance: "
Expand Down

0 comments on commit c90aa16

Please sign in to comment.