Skip to content

Commit c81bc8d

Browse files
committed
add change
1 parent 1387b86 commit c81bc8d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

python-tutorials/compare_text.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import filecmp
2+
3+
filecmp.cmp('arquivo1.txt', 'arquivo2.txt')
4+
# Resultado >> True
5+
6+
filecmp.cmp('arquivo1.txt', 'arquivo3.txt')
7+
# Resultado >> False

0 commit comments

Comments
 (0)