generated from Python-2026Spring/assignment-05-final-project-template
7 lines
98 B
Python
7 lines
98 B
Python
def main():
|
|
print("Hello from telco-churn-analysis!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|