Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Program make a simple calculator
- # This function adds two numbers
- def add(x, y):
- return x + y
- # This function subtracts two numbers
- def subtract(x, y):
- return x - y
- # This function multiplies two numbers
- def multiply(x, y):
- return x * y
- # This function divides two numbers
- def divide(x, y):
- return x / y
- print("Select operation.")
- print("1.Add")
- print("2.Subtract")
- print("3.Multiply")
- print("4.Divide")
- while True:
- # Take input from the user
- choice = input("Enter choice(1/2/3/4): ")
- # Check if choice is one of the four options
- if choice in ('1', '2', '3', '4'):
- num1 = float(input("Enter first number: "))
- num2 = float(input("Enter second number: "))
- if choice == '1':
- print(num1, "+", num2, "=", add(num1, num2))
- elif choice == '2':
- print(num1, "-", num2, "=", subtract(num1, num2))
- elif choice == '3':
- print(num1, "*", num2, "=", multiply(num1, num2))
- elif choice == '4':
- print(num1, "/", num2, "=", divide(num1, num2))
- break
- else:
- print("Invalid Input")
- http://www.bakingandmistaking.com/2011/10/jammers-giant-streusel-jam-cookies.html?showComment=1624380207352#c7993899181098979534
- http://www.fireonthehead.com/2014/07/hollister-lookbook.html?showComment=1624380449072#c6097676242358255928
- http://www.greenexplored.com/2014/03/kior-now-at-64-cents.html?showComment=1624380849467#c7438950394244583645
- http://www.sinlung.com/2015/08/several-houses-swept-away-in-mudslide.html?showComment=1600640435387#c5599901185019461541
- http://www.fireonthehead.com/2020/03/no-where-to-go.html?showComment=1624381088061#c6891519227013457126
- http://internetmarketing.inet.vn/2012/12/khoa-internet-marketing-ac-biet-giai-ma.html?showComment=1624381170152#c5179749230104001467
- http://labsi-blog.trunojoyo.ac.id/2010/08/warga-labsi-buka-bersama.html?showComment=1624381206439#c4131216780214134776
- https://blog.packersmoversbangalore.in/2017/04/consider-best-packers-and-movers.html
- https://www.kfddesigns.com/2010/08/breakfast-nook-do-over.html?showComment=1615039665885#c1404894404467274187
- https://www.blogger.com/comment.g?blogID=853575090547965692&postID=2826617735789005369&page=1&token=1624381450164
- https://www.blogger.com/comment.g?blogID=10731490&postID=114667492705246838&page=1&token=1624543359929&isPopup=true
- https://www.blogger.com/comment.g?blogID=6659421964308885866&postID=4278482552865279726&page=9&token=1624543735381&isPopup=true
- http://family.blog.hofstra.edu/2019/11/why-college-really-can-be-best-4-years.html?showComment=1624543817681#c5682399774070020952
- https://www.blogger.com/comment.g?blogID=3854472437184520211&postID=7156362598882512105&page=8&token=1624543922881
- http://lumenstudet.cempaka.edu.my/2015/12/giving-back-to-humanity-india-community.html?showComment=1624543966954#c2162112858284169473
- http://elconcept.uoc.edu/2010/09/participation-of-our-team-in-iceri-2010.html?showComment=1624544056053#c4984650130494651123
- http://pointer.komunitas.uksw.edu/2009/10/tips-hari-ini-membersihkan-monitor.html?showComment=1624544118205#c813332276730635373
- http://ict.bhcs.vic.edu.au/2010/08/activinspire-manual-by-karen.html?showComment=1624544176982#c8349028657582716354
- http://wells-status.gsu.edu/2012/09/banner-turned-over-for-testing.html?showComment=1624544250076#c2739580950601589578
- http://blogtest.the-bac.edu/2015/06/first-test-post.html?showComment=1624544300701#c7796420344045403744
- http://blogs.geelongcollege.vic.edu.au/researchproject/2015/07/19/student-reflection/comment-page-22/#comment-11560
- http://education-for-sustainability.blogs.latrobe.edu.au/2014/03/sustainability-virtuous-or-vulgar-in.html?showComment=1624544466836#c5082907124907760252
- https://www.blogger.com/comment.g?blogID=8407403355601725364&postID=1004993989326056442&page=1&token=1624544508460
- https://www.blogger.com/comment.g?blogID=8608412012855561239&postID=221773169318426721&page=1&token=1624544554995
- .................
- http://www.tasty-trials.com/2011/09/end-is-near.html?showComment=1624552870920#c6768456799150614900
- http://www.tipsglobe.com/2015/08/facebook-smiley-emoji-emoticons.html?showComment=1624552942741#c1498358508979278109
- http://www.analyticsforfun.com/2014/04/how-to-move-your-blog-from-tumblr-to.html?showComment=1624553004521#c3903010780667485772
- https://www.daily-affair.com/2017/04/why-you-should-be-sending-handwritten.html?showComment=1624553070715#c8826070346561140118
- http://www.yourfashionmoment.com/2019/03/new-in-town.html?showComment=1624553254226#c135284549780653187
- https://www.kerryhawk02.com/2013/11/teaching-19th-century-ideologies-with.html?showComment=1624553305733#c3672453467640794408
- https://vilim1978709.blogspot.com/2018/11/5-tips-for-budding-entrepreneurs-before.html?showComment=1624553348271#c3781977816880414927
Add Comment
Please, Sign In to add comment