Skip to content

Commit 7f04f81

Browse files
author
İSMAİL TAŞDELEN
committed
master
1 parent 71fbf02 commit 7f04f81

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Python - Endless Loop Example
22

3-
Programming Language : Python
3+
Programming Language : Python
4+
45
Subject : Endless Loop

endless_loop.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
#!/usr/bin/evy python
22
# -*- coding:utf-8 -*-
33

4-
## Python Code Example
5-
## Sonsuz
4+
#########################
5+
## Python Code Example ##
6+
## Endless Loop ##
7+
#########################
68

79
def function():
810
value = 0.1

0 commit comments

Comments
 (0)