initial commit
This commit is contained in:
10
names/main.py
Normal file
10
names/main.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from __future__ import print_function
|
||||
from names import get_full_name
|
||||
|
||||
|
||||
def main():
|
||||
print(get_full_name())
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user