Python the Programming Language
Python the Programming Language [15] By Subhasis Dutta Email : sduttamail@gmail.com Mob: 9434110862 Python is a Programming Language. Python is an interpreted, high-level and general-purpose programming language. Python's design philosophy emphasizes code readability with its notable use of significant indentation. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects. Q: How to RUN a Python file in IDE . Ans. exec(open("test.py").read()) // File Name is test.py #DAY 01 In the First Day we learn wring a simple program which...
Comments
Post a Comment