diff --git a/README.md b/README.md index e60573c..e452daf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # cheatsheets Quick lookup documents for commonly used tools + +I am writing to introduce a conflict diff --git a/python.md b/python.md index b1d5443..1bde531 100644 --- a/python.md +++ b/python.md @@ -25,3 +25,5 @@ And for numbers: >>> print('{0:03d}'.format(4)) # python 3 >>> 004 ``` + +# I added this line