Skip to content

Task The provided code stub reads two integers, and , from STDIN. Add logic to print two lines. The first line should contain the result of integer division, // . The second line should contain the result of float division, / . No rounding or formatting is necessary. Example The result of the integer division . The result of the float division i…

Notifications You must be signed in to change notification settings

nayanrajani/python-division

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

Task The provided code stub reads two integers, and , from STDIN. Add logic to print two lines. The first line should contain the result of integer division, // . The second line should contain the result of float division, / . No rounding or formatting is necessary. Example The result of the integer division . The result of the float division i…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published