Python is a programming language, created by Guido van Rossum.
Python is used for developing applications in the areas of
- Web Development
- Machine Learning
- Artificial Intelligence
- Data Science/Analytics.
Why Python?
- Python runs on interpreter system and can be executed as soon as it is written.
- Works on different platforms (Browser, Windows, Mac, Linux, Raspberry Pi, etc).
- Simple syntax similar to the English language.
- Python can be functional, procedural or an object-oriented.
ReplyDeleteb=int(5.6)
print (b)