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 1303960

Browse files
Add README.md files for each examples
Signed-off-by: Ercan Ersoy <ercanersoy@ercanersoy.net>
1 parent e440829 commit 1303960

File tree

5 files changed

+23
-0
lines changed

5 files changed

+23
-0
lines changed

‎circle-calculator/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Circle Calculator
2+
3+
An circle calculator in Python
4+
5+
This example gets radius of an circle and calculate and display its circumference and area.

‎hello-world/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Hello World
2+
3+
An "Hello, World!" example in Python

‎number-guess-game/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Number Guess Game
2+
3+
A number guess game in Python
4+
5+
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Simple Calculator
2+
3+
An simple caclultor in Python
4+
5+
This example can calcualte two numbers with addition, substraction, multiplication and division operations.

‎user-input/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# User Input
2+
3+
An user input example in Python
4+
5+
This example does not used a variable.

0 commit comments

Comments
(0)

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