Skip to content

Simple python script parsing files and adding numbers recursively

Notifications You must be signed in to change notification settings

taofather/file_adder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This is an example of a python script including:

  • argument parsing
  • file reading by lines
  • recursion
  • flow control
  • var type conditionals and conversion (string -> int)

Requeriments

Python 2 or 3

Run it

python FileAdder.py A.txt

About

Simple python script parsing files and adding numbers recursively

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages