aboutsummaryrefslogtreecommitdiff
path: root/src/Lecture4/live/live2.py
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-05-25 17:10:49 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-05-25 17:10:49 +0200
commitd6c61d988bfa4255baf9cdae42db59ebee38363f (patch)
tree118ff3c2424e735149c145524965a4a337e50beb /src/Lecture4/live/live2.py
parent46eef66b1e1571c77dc828d7e950b129b4c8bfd0 (diff)
downloadmathsoftware-d6c61d988bfa4255baf9cdae42db59ebee38363f.tar.gz
mathsoftware-d6c61d988bfa4255baf9cdae42db59ebee38363f.zip
Added files
Diffstat (limited to 'src/Lecture4/live/live2.py')
-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