Skip to content

debugger22/myPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Collection of my well documented small Python programs

Bitdeli Badge

rational.py

How to use

	from rational import Rational
	r1 = Rational(7,21)
	r2 = Rational(5,4)
	print r2/r1

	print r1*17

Output

	15/4
	17/3

About

Collection of my well documented small Python programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages