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

Commit be89979

Browse files
Update README.md files of most examples
These examples are "Hello World", "User Input", "Circle Calculator", "Simple Calculator" and "Number Guess Game" Signed-off-by: Ercan Ersoy <ercanersoy@ercanersoy.net>
1 parent 9d69ca6 commit be89979

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

‎circle-calculator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Circle Calculator
22

3-
A circle calculator in Python
3+
A circle calculator program
44

55
This example gets radius of an circle and calculate and display its circumference and area.

‎hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Hello World
22

3-
A "Hello, World!" example in Python
3+
A "Hello, World!" example program

‎number-guess-game/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Number Guess Game
22

3-
A number guess game in Python
3+
A number guess game program
44

55
This example gets guess number and generate a random decimal number from 0 to 100. If player guesses the number, the player wins. Otherwise the player loses.

‎simple-calculator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Simple Calculator
22

3-
A simple caclulator in Python
3+
A simple caclulator program
44

55
This example can calcualte two numbers with addition, substraction, multiplication and division operations.

‎user-input/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# User Input
22

3-
An user input example in Python
3+
An simple user input program
44

55
This example does not used a variable.

0 commit comments

Comments
(0)

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