Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/syedfahadali399/jioned-python-repo

This is a Jioned Repo Between me and my Friend where we push code on this repo on Python Programming
https://github.com/syedfahadali399/jioned-python-repo

coding programming python

Last synced: 19 days ago
JSON representation

This is a Jioned Repo Between me and my Friend where we push code on this repo on Python Programming

Awesome Lists containing this project

README

        

Computer contains 4 main parts
CPU Memory Storage Network
If we have to communicate with these parts we have to use a language
which is binary language
But binary language is not understandable by human , Python is one the easiest language for human

hello world
print is predefined funtion or reserved keyword
SYNTAX : print("Hello World")