aboutsummaryrefslogtreecommitdiff
path: root/src/Lecture4/live/live2.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Lecture4/live/live2.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Lecture4/live/live2.py b/src/Lecture4/live/live2.py
new file mode 100644
index 0000000..041bda3
--- /dev/null
+++ b/src/Lecture4/live/live2.py
@@ -0,0 +1,7 @@
1x = int(input("Input something: "))
2
3while x > 10:
4 print("Large number!", x)
5 x = x - 1
6
7print("Bye")

Generated with cgit - Back to sebastiano.tronto.net