Skip to content

Commit ec197be

Browse files
Update docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-1339/compliant02.py
Co-authored-by: myteron <[email protected]> Signed-off-by: BartyBoi1128 <[email protected]>
1 parent 3e6749d commit ec197be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-1339/compliant02.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
BALANCE = Decimal("3.00")
66
ITEM_COST = Decimal("0.33")
77
ITEM_COUNT = 5
8-
98
print(
109
f"{str(ITEM_COUNT)} items bought, ${ITEM_COST} each. "
1110
f"Current account balance: "

0 commit comments

Comments
 (0)