Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/syedfahadali399/jioned-python-repo
- Owner: syedfahadali399
- Created: 2024-12-14T06:06:56.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-12-21T07:51:43.000Z (21 days ago)
- Last Synced: 2024-12-21T08:30:39.102Z (21 days ago)
- Topics: coding, programming, python
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 humanhello world
print is predefined funtion or reserved keyword
SYNTAX : print("Hello World")