Learning Python programming Day1
Today we seen follwoing points What is python How any program works How to setup python environment for coding What is IDE Diffrent sections in IDE How python Works So we have seen, python program runs from top to bottom and right to left See the folllwing code. 1 #Python code 2 3 print(“Hello World”) […]