Skip to content

Commit 22bb9b3

Browse files
authoredApr 27, 2018
Update 100+ Python challenging programming exercises.txt
fixed zhiwehu#33
1 parent a752156 commit 22bb9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎100+ Python challenging programming exercises.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ Question:
425425
Write a program that computes the net amount of a bank account based a transaction log from console input. The transaction log format is shown as following:
426426
D 100
427427
W 200
428-
¡­
428+
429429
D means deposit while W means withdrawal.
430430
Suppose the following input is supplied to the program:
431431
D 300

0 commit comments

Comments
 (0)
Please sign in to comment.