Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 0e41ea2

Browse files
Added README for Hello Project
1 parent a6dc5b0 commit 0e41ea2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

‎projects/Hello/README.md‎

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Hello
2+
3+
This script is a good way to show how the print function work and it's usually every programmer's first line of code. The print() function prints the specified message to the screen.
4+
5+
### Prerequisites
6+
7+
Python installed locally. Check [here](https://www.python.org/downloads/) to install depending on your OS
8+
9+
### How to run the script
10+
11+
```
12+
python Hello.py
13+
```
14+
15+
The final result will be printed on the screen as:
16+
17+
```
18+
Hello Python World
19+
```
20+
21+
## *Author Name*
22+
23+
Ravi Chavare

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /