8000 Correcting S8 exercise-B4 · SamenaBasith/intro-to-python@0830194 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0830194

Browse files
committed
Correcting S8 exercise-B4
1 parent 6177f51 commit 0830194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session_08/exercises_8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838

3939
# 4. Benford’s law states that the leading digits in a collection of data are probably going to be small.
4040
# For example, most numbers in a set (about 30%) will have a leading digit of 1, when the expected probability is 11.1% (i.e. one out of nine digits).
41-
# Fake data is usually evenly distributed, where as real data The files 'accounts_1.txt', 'accounts_2.txt' and 'accounts_3.txt' contain financial transaction data.
41+
# Fake data is usually evenly distributed, where as real data isn't. The files 'accounts_1.txt', 'accounts_2.txt' and 'accounts_3.txt' contain financial transaction data.
4242
# Work out which of the files contains fake data.

0 commit comments

Comments
 (0)
0