summaryrefslogtreecommitdiff
path: root/comp/hw/106/1.py
diff options
context:
space:
mode:
authorstandenboy <standenboy@StandenboyLAP.lan>2024-01-29 13:03:11 +0000
committerstandenboy <standenboy@StandenboyLAP.lan>2024-01-29 13:03:11 +0000
commit073f1ce23d470bd85b0eb7497308f879ee214a48 (patch)
tree952fe9390276a8d7158a706aaf4231e44ebb9ff0 /comp/hw/106/1.py
parenteb1a5582181bf3188f30d665a295321d36bdc795 (diff)
added 106
Diffstat (limited to 'comp/hw/106/1.py')
-rw-r--r--comp/hw/106/1.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/comp/hw/106/1.py b/comp/hw/106/1.py
new file mode 100644
index 0000000..f465ed8
--- /dev/null
+++ b/comp/hw/106/1.py
@@ -0,0 +1,4 @@
+first = input("first name: ")
+last = input("last name ")
+
+print(first[::-1], " ", last[::-1])