Skip to content

Commit 66fb5b9

Browse files
Update docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-1339/README.md
Co-authored-by: myteron <[email protected]> Signed-off-by: BartyBoi1128 <[email protected]>
1 parent 5749d51 commit 66fb5b9

File tree

1 file changed

+0
-1
lines changed
  • docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-1339

1 file changed

+0
-1
lines changed

docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-1339/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ This compliant solution adheres more to standards by representing the account ba
4747
BALANCE = 300
4848
ITEM_COST = 33
4949
ITEM_COUNT = 5
50-
5150
print(
5251
f"{str(ITEM_COUNT)} items bought, ${ITEM_COST / 100} each. "
5352
f"Current account balance: "

0 commit comments

Comments
 (0)