Why does â??5/2 = 2â?? and not 2.5 in Python?

Asked by Last Modified  

Follow 5
Answer

Please enter your answer

Due to dynamic Typing. use Numpy , and declare data type , you will get desired result
Comments

Its actually 2.5 only - notsure where you got the 2 from?
Comments

Math Magician

If u would have given data type as integer then it will display only integer value.
Comments

A real time python Trainer

I guess you are using python version 2.7.X python 2.7.x: 5/2 = 2 5.0/2 = 2.5 5/2.0 = 2.5 python 3.X 5/2 = 2.5 5.0/2 = 2.5 5/2.0 = 2.5
Comments

Enhance your skill set with quick courses in 'python', 'javascript' & 'sap ui5 / fiori / abap'

Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) on win32Type "copyright", "credits" or "license()" for more information.>>> # real division>>> 5/22.5>>> # floor division>>> 5//22>>>
read more
Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) [MSC v.1914 32 bit (Intel)] on win32Type "copyright", "credits" or "license()" for more information.>>> # real division>>> 5/22.5>>> # floor division>>> 5//22>>> read less
Comments

Experienced IT Trainer/Coach, Founder Win Corporate Training, Counsellor

Python has two major versions 2.x and 3.x 2.7 - last version for 2.x 3.7 is the latest version in 3.x
Comments

View 4 more Answers

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Recommended Articles

Python is one of the most popular programming languages in the world. It is general-purpose, object oriented, high-level programming language used in a number of programming fields. Python is a great programming language to learn as it will introduce you to the world of programming. If you are from the technical background...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Looking for Python Training classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you