Skip to content

Commit 9d69ca6

Browse files
committed
Update README.md files of some examples
These examples are "Hello World", "Circle Calculator" and "Simple Calculator" Signed-off-by: Ercan Ersoy <ercanersoy@ercanersoy.net>
1 parent 7c8c4f2 commit 9d69ca6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

circle-calculator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Circle Calculator
22

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

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

hello-world/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Hello World
22

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

simple-calculator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Simple Calculator
22

3-
An simple caclultor in Python
3+
A simple caclulator in Python
44

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

0 commit comments

Comments
 (0)