File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Learn by Doing : Build a Clone of the Unix ` wc ` Shell Command
1+ # Python Project : Build a Word Count Command-Line App
22
33This folder contains supporting materials for the [ wordcount coding challenge] ( https://realpython.com/courses/wordcount/ ) on Real Python.
44
Original file line number Diff line number Diff line change 77@task (
88 number = 1 ,
99 name = "Run the wordcount Command" ,
10- url = "https://realpython.com/lessons/wordcount-run-the-wordcount- command-task/" ,
10+ url = "https://realpython.com/lessons/wordcount-run-command-task/" ,
1111)
1212@tutorial ("defining-your-own-python-function" )
1313@tutorial ("terminal-commands" , "The Terminal: First Steps and Useful Commands" )
Original file line number Diff line number Diff line change 44@task (
55 number = 5 ,
66 name = "Read Data From a File" ,
7- url = "https://realpython.com/lessons/wordcount-read-data-from-a- file-task/" ,
7+ url = "https://realpython.com/lessons/wordcount-read-data-from-file-task/" ,
88)
99@tutorial ("python-conditional-statements" , "Conditional Statements in Python" )
1010@tutorial (
Original file line number Diff line number Diff line change 77@task (
88 number = 10 ,
99 name = "Add Support for Counting the Characters" ,
10- url = "https://realpython.com/lessons/wordcount-add-support-for-counting-the- characters-task/" ,
10+ url = "https://realpython.com/lessons/wordcount-add-support-for-counting-characters-task/" ,
1111)
1212class Test :
1313 def test_only_counts_characters (self , wc , runner ):
You can’t perform that action at this time.
0 commit comments