python-tutorial icon indicating copy to clipboard operation
python-tutorial copied to clipboard

Replace % with f-strings in multiple files mentioned in issue #19

Open tusharkhatriofficial opened this issue 2 years ago • 2 comments

tusharkhatriofficial avatar Sep 21 '22 07:09 tusharkhatriofficial

You missed one file, basics/modules.md:

basics/modules.md:The `%.2f` rounds to 2 decimals, and you can find more formatting
basics/modules.md:    print("Correct! That took %.2f seconds." % difference)
basics/modules.md:print("You are currently in %s." % os.getcwd())

(this is output from git grep % basics)

Akuli avatar Sep 21 '22 16:09 Akuli

You missed one file, basics/modules.md:

basics/modules.md:The `%.2f` rounds to 2 decimals, and you can find more formatting
basics/modules.md:    print("Correct! That took %.2f seconds." % difference)
basics/modules.md:print("You are currently in %s." % os.getcwd())

(this is output from git grep % basics)

The very last commit you merged was Replace % with f-string in basics/modules.md

tusharkhatriofficial avatar Sep 21 '22 17:09 tusharkhatriofficial

Please review.

tusharkhatriofficial avatar Sep 23 '22 18:09 tusharkhatriofficial