We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fbf02 commit 7f04f81Copy full SHA for 7f04f81
README.md
@@ -1,4 +1,5 @@
1
# Python - Endless Loop Example
2
3
-Programming Language : Python
+Programming Language : Python
4
+
5
Subject : Endless Loop
endless_loop.py
@@ -1,8 +1,10 @@
#!/usr/bin/evy python
# -*- coding:utf-8 -*-
-## Python Code Example
-## Sonsuz
+#########################
+## Python Code Example ##
6
+## Endless Loop ##
7
8
9
def function():
10
value = 0.1
0 commit comments