feat: add input_test.py
This commit is contained in:
5
input_test.py
Normal file
5
input_test.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
name = input("Enter your name:")
|
||||||
|
print(f"Hello {name}")
|
||||||
Reference in New Issue
Block a user