diff --git a/another.py b/another.py new file mode 100644 index 0000000..de3e0a3 --- /dev/null +++ b/another.py @@ -0,0 +1,3 @@ + +name = input() +print(f'Hi, {name}')