Python is a widely used general-purpose, high-level programming language.general-purposehigh-level programming language Python is developed under an OSI-approved open source license, making it freely usable and distributable, even for commercial use. The Python Package Index (PyPI) hosts thousands of third-party modules for Python.
Some Basics Of Python… Input and Output: # Python 3: Simple output (with Unicode) >>> print("Hello, I'm Python!") Output: Hello, I'm Python! # Input, assignment >>> name = input('What is your name?\n') >>> print('Hi, %s.' % name) Output: What is your name? Input: Python Output: Hi, Python.
Flavour of Competitive Programming in Python N=int(input()) array=input().strip().split(“ “) z= [int(x) for x in array] sum=0 for y in z: sum=sum+y print(sum)
Problems to be attacked!!!
What is Open Source? Open source software is software whose source code is available for modification or enhancement by anyone. Some trending open source projects: Python PHP Mozilla WhatsApp QKSMS (It is an open source replacement to the stock messaging app on Android) and many more…
GitHub is where people build software. Powerful collaboration, code review, and code management for open source and private projects. Version control system for open source projects. It is cloud based system. How does it look like?
JIIT 128 App….. Mobile: bit.do/128app Desktop: jiit128.esy.es j128hub.wordpress.com