Another file added

This commit is contained in:
Inna Pruidze 2023-11-28 11:08:05 +04:00
parent e332bc691d
commit 1febc55ffc

3
another.py Normal file
View File

@ -0,0 +1,3 @@
name = input()
print(f'Hi, {name}')