Skip to content

rounak176/hw-1-2-first-python-assignment-dahab11

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyCalc

Your objective for this homework is to create a program in python that will act as a calculator. Your calculator should be able to handle two values input by the user, and then either add, subtract, multiply, or divide depending upon user choice.

This is an individual assignment. You can consult with others for specific help, but not for help with your code as a whole. If you have having major issues, come see me.

After you accept this assignment, you can upload your code to the repository created and then commit the changes.

Considerations

  • You should be thinking about code readability and efficiency during this assignment
  • See if you can deal with unknown or unexpected inputs
  • See if you can make your program deal with non-integers appropriately

About

hw-1-2-first-python-assignment-dahab11 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.2%
  • Python 0.8%